]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - Makefile
fs-util: no need for fchmod_and_chown() to access /proc/self/fd directly
[thirdparty/systemd.git] / Makefile
index f7ed5ebbcdab0df6ab6523f3ff7dbc7c660b0147..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
-       $(CC) $(CFLAGS) -o $@ $^  $(LIBS)
-
-clean:
-       rm -f *.o systemd
+install:
+       DESTDIR=$(DESTDIR) ninja -C build install