more integration suggestion adoption

This commit is contained in:
nhmall
2020-10-11 13:42:12 -04:00
parent 6806c30a59
commit d9395dcd23
4 changed files with 3 additions and 5 deletions

View File

@@ -228,7 +228,7 @@ ifdef WANT_LIBNH
libnh.a: $(HOBJ) $(LIBNHSYSOBJ) ../lib/lua/liblua.a
$(AR) rcs $@ $(HOBJ) $(LIBNHSYSOBJ) ../lib/lua/liblua.a
@echo "$@ built."
libnhmain.o : ../sys/libnh/libnhmain.c $(HACK_H) ../include/date.h
libnhmain.o : ../sys/libnh/libnhmain.c $(HACK_H)
$(CC) $(CFLAGS) -c -o$@ $<
winshim.o : ../win/shim/winshim.c $(HACK_H)
$(CC) $(CFLAGS) -c -o$@ $<