aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2022-11-26 08:40:24 -0500
committerjvech <jmvalenciae@unal.edu.co>2022-11-26 08:40:24 -0500
commitfafff7a4e32dcd63e5b33358414d0fa37305f458 (patch)
tree51580004de076f0cd2dfb0343be3608d8356cd9b /Makefile
parent02b8093bf0c09b838650f96d3d86be5d3231490e (diff)
feat: obj scale is now possible
There is still features to add
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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}
Feel free to download, copy and edit any repo