comparison peluce/Makefile @ 72:6549bf229549

Fix build.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 Aug 2012 03:09:08 +0300
parents c6ecac58120a
children 1013256040d5
comparison
equal deleted inserted replaced
71:a87eb778f225 72:6549bf229549
12 perl $< > $@ 12 perl $< > $@
13 13
14 sprites.o: sprites.c sprites.h 14 sprites.o: sprites.c sprites.h
15 $(CC) $(CFLAGS) -c -o $@ $< 15 $(CC) $(CFLAGS) -c -o $@ $<
16 16
17 peluce$(BINEXT): $(OBJS) demo.h 17 peluce$(BINEXT): $(OBJS) pwpdemo.h
18 $(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS) 18 $(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS)
19 19