chiark / gitweb /
implement hashmap_replace() and hashmap_remove_value()
[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 socket-util.c
5         $(CC) $(CFLAGS) -o $@ $^  $(LIBS)
6
7 clean:
8         rm -f *.o systemd