chiark / gitweb /
45123a8b302c0b4c99565f955bc1e0bb77d63e8f
[elogind.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 conf-parser.o load-fragment.o
5         $(CC) $(CFLAGS) -o $@ $^  $(LIBS)
6
7 clean:
8         rm -f *.o systemd