apple2gs_shr_converter/magick/makefile
Michaelangel007 e57a530746 Add magick/
2016-08-24 09:53:38 -07:00

20 lines
361 B
Makefile
Executable File

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