apple2gs_shr_converter/src_m2s/makefile

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