From dfdd4866dbe21b92d6f31bbe9cfda7201d1078ca Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 21 Oct 2007 18:31:30 +0200 Subject: add stub Makefile to easy building with emacs --- src/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/Makefile (limited to 'src') diff --git a/src/Makefile b/src/Makefile new file mode 100644 index 0000000..7c8875f --- /dev/null +++ b/src/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 -- cgit