diff options
Diffstat (limited to 'data/Makefile')
| -rw-r--r-- | data/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/Makefile b/data/Makefile new file mode 100644 index 00000000..b90edacf --- /dev/null +++ b/data/Makefile @@ -0,0 +1,4 @@ +all clean install: + $(MAKE) -C .. -$(MAKEFLAGS) $@ + +.PHONY: all clean install |
