summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2150820..d0f0d47 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
1.POSIX:
1 2
2all: 3all:
3 gmake -f GNUmakefile $(MAKEFLAGS) all 4 +gmake -f GNUmakefile all
4 5
5.DEFAULT: 6.DEFAULT:
6 gmake -f GNUmakefile $(MAKEFLAGS) $< 7 +gmake -f GNUmakefile $<