mirror of
https://github.com/RevCurtisP/C02.git
synced 2025-08-05 12:26:51 +00:00
Reset Makefile to Unix newlines
This commit is contained in:
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}
|
||||
|
Reference in New Issue
Block a user