This commit is contained in:
Hayden Kowalchuk 2020-01-29 22:41:38 -05:00
commit 15344dfa1e

View File

@ -32,7 +32,7 @@ export OBJEXTRA := $(LIB_DIR)/libGLdc.a
link: | $(OBJS) ; link: | $(OBJS) ;
$(KOS_AR) rcs $(TARGET) $(OBJS) $(KOS_AR) rcs $(TARGET) $(OBJS)
build: $(OBJS) link build: $(OBJS)
samples: build samples: build
$(KOS_MAKE) -C samples all $(KOS_MAKE) -C samples all