Update hardsup/makefile to actually use the dependency files gcc produces

This commit is contained in:
Douglas Clowes
2013-08-01 15:33:26 +10:00
parent df7afb367a
commit cfb1b90baa

View File

@@ -42,3 +42,8 @@ libhlib.a: $(HOBJ)
clean:
rm -f *.o *.d *.a
DEPS := $(HOBJ:.o=.d)
-include $(DEPS)