cog/Frameworks/libsidplay/sidplay-residfp-code/combined-waveforms/Makefile

10 lines
96 B
Makefile

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