mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-24 15:31:17 +00:00
Reset Makefile to Unix newlines
This commit is contained in:
parent
97724ec490
commit
b165a4993f
16
Makefile
16
Makefile
@ -1,8 +1,8 @@
|
||||
gccopts=-Wno-format-extra-args
|
||||
incfiles=$(addprefix src/,common.c files.c label.c asm.c parse.c vars.c expr.c cond.c stmnt.c dclrtn.c include.c)
|
||||
mainfile=src/c02.c
|
||||
outfile=c02
|
||||
c02: ${incfiles} ${mainfile}
|
||||
gcc ${gccopts} ${incfiles} ${mainfile} -o ${outfile}
|
||||
clean:
|
||||
rm ${outfile}
|
||||
gccopts=-Wno-format-extra-args
|
||||
incfiles=$(addprefix src/,common.c files.c label.c asm.c parse.c vars.c expr.c cond.c stmnt.c dclrtn.c include.c)
|
||||
mainfile=src/c02.c
|
||||
outfile=c02
|
||||
c02: ${incfiles} ${mainfile}
|
||||
gcc ${gccopts} ${incfiles} ${mainfile} -o ${outfile}
|
||||
clean:
|
||||
rm ${outfile}
|
||||
|
Loading…
Reference in New Issue
Block a user