Cog/Frameworks/libsidplay/sidplay-residfp-code/.svn/pristine/30/302b55649b94bc96e931ae2c9de22233fd613a0a.svn-base
2014-12-07 22:26:31 -08:00

9 lines
96 B
Text

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