Updated makefiles.

This commit is contained in:
jbo_85
2006-03-12 02:59:07 +00:00
parent d8d479e46b
commit 27e18fd8c5
2 changed files with 7 additions and 7 deletions

View File

@@ -101,7 +101,7 @@ endif
%.o: %.psr
./${PSR} @PSRFLAGS@ -cheader psrhead/$(patsubst %.o,%.h,$@) -fname $(patsubst %.o,%,$@) temppsr.c $<
@CC@ -I. -O1 -o $@ -c temppsr.c
@CC@ @CFLAGS@ -O1 -o $@ -c temppsr.c
rm -f temppsr.c
ALL: @ZSNESEXE@