diff --git a/Makefile b/Makefile index bf9040e..4d9f809 100644 --- a/Makefile +++ b/Makefile @@ -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