fix: makefile breaks under CI/CD
This commit is contained in:
parent
c701e2274a
commit
04ba700dd4
2
Makefile
2
Makefile
@ -26,12 +26,10 @@ export OBJEXTRA := $(LIB_DIR)/libGLdc.a
|
|||||||
default: build link
|
default: build link
|
||||||
|
|
||||||
link:
|
link:
|
||||||
@-rm $(TARGET)
|
|
||||||
$(KOS_AR) rcs $(TARGET) $(OBJS)
|
$(KOS_AR) rcs $(TARGET) $(OBJS)
|
||||||
|
|
||||||
build: $(OBJS) link
|
build: $(OBJS) link
|
||||||
|
|
||||||
|
|
||||||
samples: build
|
samples: build
|
||||||
$(KOS_MAKE) -C samples all
|
$(KOS_MAKE) -C samples all
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user