]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - Makefile
Use https for gnu.org
[thirdparty/systemd.git] / Makefile
index ee144a3783579422c9dad5915c7d732d10753250..eeb0dbc62f1f7ad5b5af075e507cf41c1d70e716 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,7 @@
-CFLAGS=-Wall -Wextra -O0 -g -pipe
-LIBS=-lrt
+# SPDX-License-Identifier: LGPL-2.1-or-later
 
-systemd: main.o name.o util.o set.o hashmap.o strv.o job.o manager.o
-       $(CC) $(CFLAGS) -o $@ $^  $(LIBS)
+all:
+       ninja -C build
 
-clean:
-       rm -f *.o systemd
+install:
+       DESTDIR=$(DESTDIR) ninja -C build install