X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile;h=d61e14b63a81a8b5be00763d7267037e25549d11;hb=fdf88f5f3383dc4fdd7358b954c6b79e4fe0791b;hp=119d3dc66365d6cbff16170d5f16ed22511a6ec0;hpb=0301abf48ed3be921c33d409c73b554435cf6378;p=elogind.git diff --git a/Makefile b/Makefile index 119d3dc66..d61e14b63 100644 --- a/Makefile +++ b/Makefile @@ -25,11 +25,14 @@ COMMON= \ load-dropin.o \ execute.o -all: systemd test-engine test-job-type +all: systemd test-engine test-job-type systemd-logger systemd: main.o $(COMMON) $(CC) $(CFLAGS) -o $@ $^ $(LIBS) +systemd-logger: logger.o $(COMMON) + $(CC) $(CFLAGS) -o $@ $^ $(LIBS) + test-engine: test-engine.o $(COMMON) $(CC) $(CFLAGS) -o $@ $^ $(LIBS)