Add a2c sources
parent
48016de960
commit
e70b09ddce
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=a2fcbmp
|
||||
PRG=a2b
|
||||
all: $(PRG)
|
||||
|
||||
$(PRG): $(SRC).c makefile
|
||||
gcc -DMINGW -o ../$(PRG) $(SRC).c
|
Loading…
Reference in New Issue