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
This commit is contained in:
2023-09-02 16:10:59 +01:00
parent f1891b0c2e
commit c9b6b04d19
4 changed files with 119 additions and 94 deletions

View File

@@ -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=