diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ | |||
1 | .POSIX: | ||
1 | 2 | ||
2 | all: | 3 | all: |
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 $< |