diff options
| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -24,6 +24,10 @@ clean: rm -f sqlite.o rm -f sqlite3 +enable: + systemctl enable opplysning-forfrisk.timer + systemctl enable opplysning-vis.service + install: all mkdir -p /opt/opplysning/bin cp -f bin/opplysning-endre /opt/opplysning/bin/ @@ -38,7 +42,7 @@ install: all cp -f systemd/opplysning-vis.service /lib/systemd/system systemctl daemon-reload -.PHONY: all check clean install +.PHONY: all check clean enable install bin/opplysning-endre: opplysning-endre.c sqlite.o $(CC) $(CFLAGS) -o $@ opplysning-endre.c sqlite.o $(LIBS_LIBICAL) $(LIBS_SQLITE) |
