about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-05-16 12:15:03 +0200
committerhexcoder- <heiko@hexco.de>2020-05-16 12:15:03 +0200
commit6e98b3ebb2ba6adb58fe06226f90d4d0c9430b0d (patch)
treed5ee1b0efd4a91c5e355f933f2aa93b59443d558 /Makefile
parentafb81b8005f67b37780bdacbab83ea664bac5a9d (diff)
downloadafl++-6e98b3ebb2ba6adb58fe06226f90d4d0c9430b0d.tar.gz
non GNU Makefiles: message when gmake is not found, gcc_plugin portability
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 08dd29d7..96f67991 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 all:
 	@echo trying to use GNU make...
-	@gmake all
+	@gmake all || echo please install GNUmake
 
 source-only:
 	@gmake source-only