Add magick/
parent
6c9c76c047
commit
e57a530746
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,19 @@
|
|||
# ------------------------------------------------------------------------
|
||||
# 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
|
Loading…
Reference in New Issue