diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ +.POSIX: all: - gmake -f GNUmakefile $(MAKEFLAGS) all + +gmake -f GNUmakefile all .DEFAULT: - gmake -f GNUmakefile $(MAKEFLAGS) $< + +gmake -f GNUmakefile $< |