FreeCalypso > hg > freecalypso-reveng
view ticoff/Makefile @ 75:1a23ff9a81de
tiobjd: dumpsym implemented
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 25 Mar 2014 20:38:31 +0000 |
parents | 2eef88395908 |
children | 7a0559016b68 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROG= tiobjd OBJS= basics.o globals.o lowlevel.o main.o tables.o HDRS= filestruct.h globals.h intstruct.h all: ${PROG} ${PROG}: ${OBJS} ${CC} -o $@ ${OBJS} ${OBJS}: ${HDRS} clean: rm -f *.o ${PROG} *err