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