Fixed compiling for people who don't have current directory in path.

This commit is contained in:
n-a-c-h
2005-06-01 02:29:22 +00:00
parent a244ad3990
commit 29f5d67e16

View File

@@ -91,7 +91,7 @@ OBJS=${CHIPSOBJ} ${CPUOBJ} ${WINOBJ} ${WINDOSOBJ} ${GUIOBJ} ${VIDEOBJ} ${MAINOBJ
@NASMPATH@ @NFLAGS@ -o $@ $<
%.c: %.psr
${PSR} -D__LINUX__ $@ $<
./${PSR} -D__LINUX__ $@ $<
ALL: @ZSNESEXE@