aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2558d7b..1d2a677 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ $(BUILD_DIR):
mkdir -p $(BUILD_DIR)
$(BUILD_DIR)/%.o : %.cpp
- $(CXX) -o $@ -c $< -Wall
+ $(CXX) -o $@ -c $< -Wall
clean:
rm -rf $(BUILD_DIR)