aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbellard <bellard>2004-10-05 22:33:55 +0000
committerbellard <bellard>2004-10-05 22:33:55 +0000
commitec7d36326de63fa284f6c181db5b3d1c02f071bf (patch)
tree6ada11834f6a20104bf48026159f0c6e98411d77 /Makefile
parentbf45336afb7f7859efa05dd17c9e73c983a2d834 (diff)
downloadtinycc-ec7d36326de63fa284f6c181db5b3d1c02f071bf.tar.gz
tinycc-ec7d36326de63fa284f6c181db5b3d1c02f071bf.tar.bz2
C67 COFF executable format support (TK)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8557827..86be1ca 100644
--- a/Makefile
+++ b/Makefile
@@ -114,7 +114,7 @@ tcc_g: tcc.c i386-gen.c tccelf.c tccasm.c i386-asm.c tcctok.h libtcc.h i386-asm.
tcc: tcc_g Makefile
strip -s -R .comment -R .note -o $@ $<
-c67-tcc: tcc.c c67-gen.c tccelf.c tccasm.c tcctok.h libtcc.h Makefile
+c67-tcc: tcc.c c67-gen.c tccelf.c tccasm.c tcctok.h libtcc.h tcccoff.c Makefile
$(CC) $(CFLAGS) -DTCC_TARGET_C67 -o $@ $< $(LIBS)
arm-tcc: tcc.c arm-gen.c tccelf.c tccasm.c tcctok.h libtcc.h Makefile