about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorrhtenhove <rhtenhove@users.noreply.github.com>2022-06-24 09:26:09 -0400
committerGitHub <noreply@github.com>2022-06-24 09:26:09 -0400
commit1dac69b1eb16dff00d7a625138da5555c3acccb8 (patch)
treef1fe87d36415044f0426a750a6406e6a630c0cb2 /Makefile
parent0da7ddb738df60b3650d36832c9ede040a7ba6b9 (diff)
downloadafl++-1dac69b1eb16dff00d7a625138da5555c3acccb8.tar.gz
use container; more is built + tested; use make -i (#2)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile28
1 files changed, 14 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index 96f67991..972ef84a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,42 +1,42 @@
 all:
 	@echo trying to use GNU make...
-	@gmake all || echo please install GNUmake
+	-@gmake all
 
 source-only:
-	@gmake source-only
+	-@gmake source-only
 
 binary-only:
-	@gmake binary-only
+	-@gmake binary-only
 
 distrib:
-	@gmake distrib
+	-@gmake distrib
 
 man:
-	@gmake man
+	-@gmake man
 
 install:
-	@gmake install
+	-@gmake install
 
 document:
-	@gmake document
+	-@gmake document
 
 deepclean:
-	@gmake deepclean
+	-@gmake deepclean
 
 code-format:
-	@gmake code-format
+	-@gmake code-format
 
 help:
-	@gmake help
+	-@gmake help
 
 tests:
-	@gmake tests
+	-@gmake tests
 
 unit:
-	@gmake unit
+	-@gmake unit
 
 unit_clean:
-	@gmake unit_clean
+	-@gmake unit_clean
 
 clean:
-	@gmake clean
+	-@gmake clean