Merge branch 'master' of github.com:r0ket/r0ket
This commit is contained in:
commit
00d4edb8aa
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue