X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=Makefile;h=b7e13fba2e160ae474351f19e10333fcea09b588;hb=463797c1044cab1f13347cdd4e880d6b40880adc;hp=45123a8b302c0b4c99565f955bc1e0bb77d63e8f;hpb=223dabab498a89e008a2a5cebb24bd168c80bae5;p=thirdparty%2Fsystemd.git diff --git a/Makefile b/Makefile index 45123a8b302..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 load-fragment.o - $(CC) $(CFLAGS) -o $@ $^ $(LIBS) - -clean: - rm -f *.o systemd +install: + DESTDIR=$(DESTDIR) ninja -C build install