view 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 source
1 spc_record:
4 whatever : snes_spc/SNES_SPC.cpp
5 g++ -c snes_spc/*.cpp
9 clean:
10 find . \( -name "*.o" -print0 \) -o \
11 \( -name "spc" -print0 \) | xargs -t -0 rm