apple2gs_shr_converter/xpack/MAKEFILE
Michaelangel007 690cc70e6e Add xpack/
2016-08-24 09:54:32 -07:00

20 lines
365 B
Plaintext
Executable File

# ------------------------------------------------------------------------
# MAKEFILE
#
# Created by : mmphosis
#
# Purpose : Makefile for gcc
#
# Compilers:
#
# gcc
#
# ------------------------------------------------------------------------
SRC=xpack
PRG=xpack
all: $(PRG)
$(PRG): $(SRC).c makefile
gcc -DMINGW -o ..\$(PRG) $(SRC).c