We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45cc617 commit 0a6bc99Copy full SHA for 0a6bc99
Makefile
@@ -30,6 +30,13 @@ ifeq ($(shell uname),Darwin)
30
-framework Foundation
31
endif
32
33
+# Check the Make version.
34
+
35
36
+ifeq ($(findstring 4.,$(MAKE_VERSION)),)
37
+$(error You need GNU Make 4.x for this (if you're on OSX, use gmake).)
38
+endif
39
40
# Normal settings.
41
42
OBJDIR ?= .obj
0 commit comments