From c9b6b04d190c1f9d0c4dfd7c4e66ac0743be18fd Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 2 Sep 2023 16:10:59 +0100 Subject: New module for functions I no longer need to work on lib.(h|c) basically has structures and functions I no longer want to stare at in main.c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cfd0ecb..9e7800c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC=gcc CFLAGS=-Wall -Wextra -Wpedantic -ggdb -fsanitize=address -std=c11 LIBS= -OBJECTS=main.o +OBJECTS=lib.o main.o OUT=obf.out ARGS= -- cgit v1.2.3-13-gbd6f