You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
235 B
13 lines
235 B
9 years ago
|
Index: Makefile
|
||
|
--- Makefile.orig 2017-04-07 20:28:54.000000000 +0200
|
||
|
+++ Makefile 2017-04-07 20:30:29.743786000 +0200
|
||
|
@@ -14,7 +14,7 @@
|
||
|
CPPFLAGS += -DOS_MACOSX
|
||
|
endif
|
||
|
|
||
|
-all: test
|
||
|
+all: $(EXECUTABLE)
|
||
|
@:
|
||
|
|
||
|
.PHONY: all clean test
|