X-Git-Url: https://git.sesse.net/?p=c64tapwav;a=blobdiff_plain;f=Makefile;fp=Makefile;h=51c9c7c913388c5ca8f14fad73db77570e823b0d;hp=34b617d9da84b370ceec96cdc4c010443dc02007;hb=3126f15b062dc807bf30b9c752d0ab407d00b072;hpb=1501ff12c469c5ac65eeb6c00b08c9646ef11212 diff --git a/Makefile b/Makefile index 34b617d..51c9c7c 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +CXXFLAGS=-O2 -g -Wall + all: synth decode %.o: %.cpp @@ -15,4 +17,4 @@ synth: synth.o synth_main.o $(CXX) -o $@ $^ $(LDFLAGS) clean: - $(RM) synth $(OBJS) $(DEPS) + $(RM) synth decode $(OBJS) $(DEPS)