summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2025-04-11 20:21:00 +0200
committeryuzu-eva <cafebabe@disroot.org>2025-04-11 20:21:00 +0200
commit85549c89b0241ad22d102aaf19f037a7c0ebce5b (patch)
treefe58dffd0a97bfdf924c3bfcfadd2eef3d6614fa /Makefile
parentb81023a76e479bc417c523905a34266489b55d7f (diff)
changed tblName to an enum; refactored enums into their own file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ffbf78f..aaf0f79 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ INSTALL_DATA = install -m 644
CFLAGS = -Wall -Wextra
LIBS = -lsqlite3
-SRC = main.c dbhandling.c
+SRC = main.c dbhandling.c enum.c
OBJ = ${SRC:.c=.o}
BIN = libman