From 04ba700dd4de15038fd13755b9882e5aeb54d8bb Mon Sep 17 00:00:00 2001 From: Hayden Kowalchuk Date: Tue, 10 Sep 2019 10:46:23 -0400 Subject: [PATCH] fix: makefile breaks under CI/CD --- Makefile | 2 -- 1 file changed, 2 deletions(-) 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