mirror of
https://github.com/Michaelangel007/apple2gs_shr_converter.git
synced 2024-10-31 13:07:27 +00:00
Add magick/
This commit is contained in:
parent
6c9c76c047
commit
e57a530746
BIN
magick/MinGW Command Prompt.lnk
Executable file
BIN
magick/MinGW Command Prompt.lnk
Executable file
Binary file not shown.
1978
magick/m2s.c
Executable file
1978
magick/m2s.c
Executable file
File diff suppressed because it is too large
Load Diff
19
magick/makefile
Executable file
19
magick/makefile
Executable file
@ -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
Block a user