changeset 72:6549bf229549

Fix build.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 Aug 2012 03:09:08 +0300
parents a87eb778f225
children 1096f6ffd15c
files peluce/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/peluce/Makefile	Tue Aug 14 03:08:10 2012 +0300
+++ b/peluce/Makefile	Tue Aug 14 03:09:08 2012 +0300
@@ -14,6 +14,6 @@
 sprites.o: sprites.c sprites.h
 	$(CC) $(CFLAGS) -c -o $@ $<
 
-peluce$(BINEXT): $(OBJS) demo.h
+peluce$(BINEXT): $(OBJS) pwpdemo.h
 	$(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS)