From 472cbf21e567c0c65c124f96cebe717cdef901fb Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 12 Jan 2025 23:08:08 +0100 Subject: Play MIDI --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3