summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-12 23:08:08 +0100
committerRoland Reichwein <mail@reichwein.it>2025-01-12 23:08:08 +0100
commit472cbf21e567c0c65c124f96cebe717cdef901fb (patch)
treec922c7f4b1bf72372ac9fc5b37d134ec78e2f9bd /Makefile
parent6ba60f7329811a4bb3a07b1e6d81156d7f3a4ac3 (diff)
Play MIDI
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)