From fafff7a4e32dcd63e5b33358414d0fa37305f458 Mon Sep 17 00:00:00 2001 From: jvech Date: Sat, 26 Nov 2022 08:40:24 -0500 Subject: feat: obj scale is now possible There is still features to add --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 26317a4..a676b86 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ $(OBJDIR): mkdir ${OBJDIR} $(OBJDIR)/%.o: $(SRCDIR)/%.c - ${CC} -g -c $< -o $@ ${CFLAGS} ${INCLUDE} + ${CC} -c $< -o $@ ${CFLAGS} ${INCLUDE} build: $(OBJS) ${CC} $^ -o ${BIN} ${DLIBS} -- cgit v1.2.3-70-g09d2