Fix path in magick makefile

This commit is contained in:
Michaelangel007 2016-08-24 10:05:46 -07:00
parent b4c730583a
commit f3ff003075
1 changed files with 1 additions and 1 deletions

View File

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