The following commit has been merged in the master branch: commit 513520e56f485710df886a7d8e182277d5f3c445 Author: Marek Lindner lindner_marek@yahoo.de Date: Wed Nov 22 20:19:19 2006 +0100
fix makefile
diff --git a/Makefile b/Makefile index 18dbf74..92e908b 100755 --- a/Makefile +++ b/Makefile @@ -44,4 +44,4 @@ batmand: batman.o $(OS_OBJ) $(CC) -o $@ batman.o $(OS_OBJ) $(LDFLAGS)
clean: - rm -f batman *.o *~ + rm -f batmand *.o *~