diff ticoff/Makefile @ 78:c2445afce514

tiobjd: symbol storage classes decoded into mnemonics
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 26 Mar 2014 01:24:17 +0000
parents 590396e27e96
children c20dc315a9d4
line wrap: on
line diff
--- a/ticoff/Makefile	Tue Mar 25 22:47:51 2014 +0000
+++ b/ticoff/Makefile	Wed Mar 26 01:24:17 2014 +0000
@@ -2,7 +2,7 @@
 CFLAGS=	-O2
 PROG=	tiobjd
 OBJS=	basics.o globals.o lowlevel.o main.o symtab.o tables.o
-HDRS=	filestruct.h globals.h intstruct.h
+HDRS=	coffconst.h filestruct.h globals.h intstruct.h
 
 all:	${PROG}