]> git.sesse.net Git - c64tapwav/blobdiff - Makefile
Output a cycle plot, for debugging of errors.
[c64tapwav] / Makefile
index 34b617d9da84b370ceec96cdc4c010443dc02007..51c9c7c913388c5ca8f14fad73db77570e823b0d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+CXXFLAGS=-O2 -g -Wall
+
 all: synth decode
 
 %.o: %.cpp
 all: synth decode
 
 %.o: %.cpp
@@ -15,4 +17,4 @@ synth: synth.o synth_main.o
        $(CXX) -o $@ $^ $(LDFLAGS)
 
 clean:
        $(CXX) -o $@ $^ $(LDFLAGS)
 
 clean:
-       $(RM) synth $(OBJS) $(DEPS)
+       $(RM) synth decode $(OBJS) $(DEPS)