]> git.ipfire.org Git - thirdparty/systemd.git/blob - Makefile
build-sys: add more compiler parameters
[thirdparty/systemd.git] / Makefile
1 CFLAGS=-Wall -Wextra -O0 -g -pipe -D_GNU_SOURCE -fdiagnostics-show-option -Wno-unused-parameter
2 LIBS=-lrt
3
4 systemd: main.o name.o util.o set.o hashmap.o strv.o job.o manager.o
5 $(CC) $(CFLAGS) -o $@ $^ $(LIBS)
6
7 clean:
8 rm -f *.o systemd