Skip to content

Commit 3d438fc

Browse files
committed
Makefile: Invoke gmake instead of error
1 parent 5cd8eaf commit 3d438fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.error "Please use GNU make (gmake)"
1+
all install clean:
2+
gmake -f GNUmakefile ${.TARGET} ${MAKEFLAGS}

0 commit comments

Comments
 (0)