Update hardsup/makefile to actually use the dependency files gcc produces
This commit is contained in:
@@ -42,3 +42,8 @@ libhlib.a: $(HOBJ)
|
||||
|
||||
clean:
|
||||
rm -f *.o *.d *.a
|
||||
|
||||
DEPS := $(HOBJ:.o=.d)
|
||||
|
||||
-include $(DEPS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user