diff options
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..2150820 --- /dev/null +++ b/Makefile | |||
@@ -0,0 +1,6 @@ | |||
1 | |||
2 | all: | ||
3 | gmake -f GNUmakefile $(MAKEFLAGS) all | ||
4 | |||
5 | .DEFAULT: | ||
6 | gmake -f GNUmakefile $(MAKEFLAGS) $< | ||