Cog/Frameworks/libsidplay/sidplay-residfp-code/combined-waveforms/Makefile
2014-12-07 22:26:31 -08:00

9 lines
96 B
Makefile

.PHONY: all clean
all: combined
clean:
$(RM) combined
%: %.cpp
$(CXX) $(CXXFLAGS) $< -o $@