fix: makefile breaks under CI/CD

This commit is contained in:
Hayden Kowalchuk 2019-09-10 10:46:23 -04:00
parent c701e2274a
commit 04ba700dd4

View File

@ -26,12 +26,10 @@ export OBJEXTRA := $(LIB_DIR)/libGLdc.a
default: build link
link:
@-rm $(TARGET)
$(KOS_AR) rcs $(TARGET) $(OBJS)
build: $(OBJS) link
samples: build
$(KOS_MAKE) -C samples all