mirror of
https://github.com/Michaelangel007/apple2gs_shr_converter.git
synced 2025-08-05 01:24:55 +00:00
Fix path in magick makefile
This commit is contained in:
@@ -16,4 +16,4 @@ PRG=m2s
|
|||||||
all: $(PRG)
|
all: $(PRG)
|
||||||
|
|
||||||
$(PRG): $(SRC).c makefile
|
$(PRG): $(SRC).c makefile
|
||||||
gcc -DMINGW -o ..\$(PRG) $(SRC).c
|
gcc -DMINGW -o ../$(PRG) $(SRC).c
|
||||||
|
Reference in New Issue
Block a user