summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e6d626b..d8f9bff 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ clean:
rm -rf *.dSYM
remake: clean
- make all
+ $(MAKE) all
$(TARGET): $(patsubst %.cpp,%.o,$(wildcard *.cpp))