diff options
Diffstat (limited to 'src/polyp/Makefile')
-rw-r--r-- | src/polyp/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/polyp/Makefile b/src/polyp/Makefile new file mode 100644 index 00000000..7c8875f3 --- /dev/null +++ b/src/polyp/Makefile @@ -0,0 +1,13 @@ +# This is a dirty trick just to ease compilation with emacs +# +# This file is not intended to be distributed or anything +# +# So: don't touch it, even better ignore it! + +all: + $(MAKE) -C .. + +clean: + $(MAKE) -C .. clean + +.PHONY: all clean |