Fix xpack Makefile

This commit is contained in:
Michaelangel007 2016-08-24 10:15:28 -07:00
parent 3d587c6916
commit 8bb758bec9
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ PRG=xpack
all: $(PRG)
$(PRG): $(SRC).c makefile
gcc -DMINGW -o ..\$(PRG) $(SRC).c
gcc -DMINGW -o ../$(PRG) $(SRC).c