FreeCalypso > hg > ueda-linux
diff pads2gpcb/Makefile @ 40:1c37bec20596
pads2gpcb: slowly working on the decal processing logic
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 11 Jan 2016 08:12:40 +0000 |
parents | aa0539cc3d41 |
children | a2d304ec3817 |
line wrap: on
line diff
--- a/pads2gpcb/Makefile Mon Jan 11 05:09:25 2016 +0000 +++ b/pads2gpcb/Makefile Mon Jan 11 08:12:40 2016 +0000 @@ -1,6 +1,7 @@ CC= gcc CFLAGS= -O2 OBJS= globals.o main.o rdunits.o readpads.o +HDRS= globals.h struct.h PROG= pads2gpcb BINDIR= /usr/local/bin @@ -9,6 +10,8 @@ ${PROG}: ${OBJS} ${CC} -o $@ ${OBJS} +${OBJS}: ${HDRS} + install: install -c -o bin -g bin -m 755 ${PROG} ${BINDIR}