Merge branch 'master' of github.com:r0ket/r0ket

This commit is contained in:
schneider 2011-07-18 10:32:28 +02:00
commit 00d4edb8aa
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ clean:
rm -f $(OBJS) $(LIBFILE) $(CLEANFILES)
depend:
@$(CC) $(CFLAGS) -MM -MF Makefile.dep $(SRCS)
@$(CC) $(CFLAGS) -MM $(SRCS) > Makefile.dep
include $(DEPFILE)