Mercurial > spc_convert
diff Makefile @ 0:e38dacceb958
initial import
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 21 Oct 2011 05:53:11 -0700 |
parents | |
children | 2ad543b339f1 |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/Makefile Fri Oct 21 05:53:11 2011 -0700 1.3 @@ -0,0 +1,11 @@ 1.4 +spc_record: 1.5 + 1.6 + 1.7 +whatever : snes_spc/SNES_SPC.cpp 1.8 + g++ -c snes_spc/*.cpp 1.9 + 1.10 + 1.11 + 1.12 +clean: 1.13 + find . \( -name "*.o" -print0 \) -o \ 1.14 + \( -name "spc" -print0 \) | xargs -t -0 rm 1.15 \ No newline at end of file