mirror of
https://github.com/Michaelangel007/apple2gs_shr_converter.git
synced 2025-01-02 14:30:27 +00:00
Fix xpack Makefile
This commit is contained in:
parent
3d587c6916
commit
8bb758bec9
@ -16,4 +16,4 @@ PRG=xpack
|
|||||||
all: $(PRG)
|
all: $(PRG)
|
||||||
|
|
||||||
$(PRG): $(SRC).c makefile
|
$(PRG): $(SRC).c makefile
|
||||||
gcc -DMINGW -o ..\$(PRG) $(SRC).c
|
gcc -DMINGW -o ../$(PRG) $(SRC).c
|
||||||
|
Loading…
Reference in New Issue
Block a user