summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Stensgård <mastensg@mastensg.net>2025-07-06 20:24:51 +0200
committerMartin Stensgård <mastensg@mastensg.net>2025-07-06 20:24:51 +0200
commitb7e80be754df87c9190993338b973157cfa558b9 (patch)
tree21059df59b224ea7be7ae3aa2205d21325bbd6c9 /Makefile
parentf6094cbc3ede9c7e61d019ffe352a4d7627309e9 (diff)
opplysning: load booking events from database
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a95c627..607e8c7 100644
--- a/Makefile
+++ b/Makefile
@@ -27,8 +27,8 @@ check_ical: check_ical.c
import_booking: import_booking.c sqlite.o
$(CC) $(CFLAGS) -o $@ import_booking.c sqlite.o -lical -licalss -licalvcal
-opplysning: opplysning.c
- $(CC) $(CFLAGS) -o $@ opplysning.c $(LIBS)
+opplysning: opplysning.c sqlite.o
+ $(CC) $(CFLAGS) -o $@ opplysning.c sqlite.o $(LIBS)
select_booking: select_booking.c sqlite.o
$(CC) $(CFLAGS) -o $@ select_booking.c sqlite.o