X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=blobdiff_plain;f=Makefile;h=b7e13fba2e160ae474351f19e10333fcea09b588;hp=6f41e8878cc9c5039c607f9fc4d05a0afeb0919e;hb=71ec74d19332378dca8a6a7eb30411e08978f9a6;hpb=ed5bcfbe3c3b68e59242c03649eea03a9707d318 diff --git a/Makefile b/Makefile index 6f41e8878cc..b7e13fba2e1 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,5 @@ -CFLAGS=-Wall -Wextra -O0 -g -pipe -D_GNU_SOURCE -fdiagnostics-show-option -Wno-unused-parameter -LIBS=-lrt +all: + ninja -C build -systemd: main.o name.o util.o set.o hashmap.o strv.o job.o manager.o conf-parser.o - $(CC) $(CFLAGS) -o $@ $^ $(LIBS) - -clean: - rm -f *.o systemd +install: + DESTDIR=$(DESTDIR) ninja -C build install