ams-libs: fix change detection for library building

This commit is contained in:
Michael Scire 2021-07-12 01:59:37 -07:00
parent 5e3339e866
commit ea7b6e14f9
4 changed files with 10 additions and 4 deletions

View file

@ -77,7 +77,7 @@ export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \
$(foreach dir,$(LIBDIRS),-I$(dir)/include) \
-I.
.PHONY: clean all
.PHONY: clean all lib/$(TARGET).a
#---------------------------------------------------------------------------------
all: lib/$(TARGET).a