# HG changeset patch # User Matti Hamalainen # Date 1274148435 -10800 # Node ID 0b152412c592f627a664c53cb6bca09586ffd726 # Parent ba0ffadc2f088a63493fe18a97d4db06ebf56ef5 Cleanups. diff -r ba0ffadc2f08 -r 0b152412c592 peluce/Makefile.in --- 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