diff --git a/Makefile b/Makefile index 33efc97..2763505 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ endif HALOOLIB = haloo3d/build/haloo3d_full.a UNIGIPLAT = $(BUILDD)/unigi.platform.sdl2.o UNIGILIB = $(BUILDD)/unigi.a +ALLH3DFILES = haloo3d/*.c haloo3d/*.h .PHONY: clean .PHONY: libs @@ -30,7 +31,7 @@ UNIGILIB = $(BUILDD)/unigi.a libs: $(UNIGILIB) $(HALOOLIB) @echo "Built libs!" -$(HALOOLIB): +$(HALOOLIB): $(ALLH3DFILES) cd haloo3d && $(MAKE) full $(UNIGIPLAT): unigi.platform.sdl2/main.c diff --git a/camera.h b/old/camera.h similarity index 100% rename from camera.h rename to old/camera.h