diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-12 23:08:08 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-12 23:08:08 +0100 |
commit | 472cbf21e567c0c65c124f96cebe717cdef901fb (patch) | |
tree | c922c7f4b1bf72372ac9fc5b37d134ec78e2f9bd /Makefile | |
parent | 6ba60f7329811a4bb3a07b1e6d81156d7f3a4ac3 (diff) |
Play MIDI
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,4 +25,4 @@ $(TARGET): $(OBJS) $(CXX) $(CXXFLAGS) -o $@ $^ $(CXXLIBS) clean: - -rm -rf $(TARGET) + -rm -rf $(OBJS) $(TARGET) |