]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - Makefile
final v236 update (#7649)
[thirdparty/systemd.git] / Makefile
index ae82e8ce889e059db57a1bb14d8b4cdd7ee52d82..b7e13fba2e160ae474351f19e10333fcea09b588 100644 (file)
--- 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 socket-util.c
-       $(CC) $(CFLAGS) -o $@ $^  $(LIBS)
-
-clean:
-       rm -f *.o systemd
+install:
+       DESTDIR=$(DESTDIR) ninja -C build install