FreeCalypso > hg > freecalypso-reveng
view ticoff/Makefile @ 72:2bec477178fc
Pirelli PCB re: Winbond chip connections
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 25 Mar 2014 08:51:32 +0000 |
parents | c15cd3d695c0 |
children | 2eef88395908 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROG= tiobjd OBJS= basics.o globals.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