Cleaned up some makefiles.

This commit is contained in:
skarg
2009-01-17 12:49:47 +00:00
parent e75e88c507
commit eb5838c3d5
18 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -58,6 +58,6 @@ depend:
${CC} -MM ${CFLAGS} *.c >> .depend
clean:
rm -f core ${TARGET_BIN} ${OBJS}
rm -f core ${TARGET_BIN} ${OBJS} $(TARGET).map
include: .depend