changeset 4:0b152412c592

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 18 May 2010 05:07:15 +0300
parents ba0ffadc2f08
children 20ff062b55cd
files peluce/Makefile.in
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/peluce/Makefile.in	Tue May 18 05:04:31 2010 +0300
+++ b/peluce/Makefile.in	Tue May 18 05:07:15 2010 +0300
@@ -7,10 +7,10 @@
 OBJS= main.o planes.o font.o sprites.o musa.o landscroll.o ../pwplib.a
 
 font.h: font-gen.pl
-	./font-gen.pl > font.h
+	./font-gen.pl > $@
 
 sprites.o: sprites.c sprites.h
-	$(CC) $(@:.o=.c) -c -o $@
+	$(CC) $< -c -o $@
 
 clean:
-	rm -f *.o *~ *.exe
+	$(RM) peluce *.o *~ *.exe