Skip to content

Commit 3d438fc

Browse files
committedFeb 10, 2021
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

+2-1
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)
Please sign in to comment.