summaryrefslogtreecommitdiffhomepage
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 7ceb738..7cb4c9d 100644
--- a/Makefile
+++ b/Makefile
@@ -25,4 +25,4 @@ $(TARGET): $(OBJS)
$(CXX) $(CXXFLAGS) -o $@ $^ $(CXXLIBS)
clean:
- -rm -rf $(TARGET)
+ -rm -rf $(OBJS) $(TARGET)