From 8bb758bec98c23062c3ecef05d1a30a75b14caa7 Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Wed, 24 Aug 2016 10:15:28 -0700 Subject: [PATCH] Fix xpack Makefile --- xpack/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpack/Makefile b/xpack/Makefile index a519688..94c6dbe 100755 --- a/xpack/Makefile +++ b/xpack/Makefile @@ -16,4 +16,4 @@ PRG=xpack all: $(PRG) $(PRG): $(SRC).c makefile - gcc -DMINGW -o ..\$(PRG) $(SRC).c + gcc -DMINGW -o ../$(PRG) $(SRC).c