diff --git a/Makefile b/Makefile new file mode 100644 index 000000000..8c6963e61 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +all: + @gmake $@ +.PHONY: all + +.DEFAULT: + @gmake $@