aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy <[email protected]>2013-08-18 12:30:04 +0800
committerTeddy <[email protected]>2013-08-18 12:30:04 +0800
commit4e2fd00791c2909ca37e89b2ed3b7a4b6f691082 (patch)
tree1daec899fde653d7eb4aab76d91324175375f213 /Makefile
parentdf4a3a97a6ab7041c4605520eea3fcec83231260 (diff)
fflush in display
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)