diff options
| author | Martin Stensgård <mastensg@mastensg.net> | 2025-07-06 20:24:51 +0200 |
|---|---|---|
| committer | Martin Stensgård <mastensg@mastensg.net> | 2025-07-06 20:24:51 +0200 |
| commit | b7e80be754df87c9190993338b973157cfa558b9 (patch) | |
| tree | 21059df59b224ea7be7ae3aa2205d21325bbd6c9 /Makefile | |
| parent | f6094cbc3ede9c7e61d019ffe352a4d7627309e9 (diff) | |
opplysning: load booking events from database
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
