This website requires JavaScript.
Explore
Help
Register
Sign In
kode54
/
cog
Watch
2
Star
1
Fork
You've already forked cog
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
df157bd7ce
cog
/
Frameworks
/
libsidplay
/
sidplay-residfp-code
/
combined-waveforms
/
Makefile
10 lines
96 B
Makefile
Raw
Blame
History
.PHONY
:
all
clean
all
:
combined
clean
:
$(
RM
)
combined
%
:
%.
cpp
$(
CXX
)
$(
CXXFLAGS
)
$< -o
$@
Reference in New Issue
View Git Blame
Copy Permalink