chiark / gitweb /
util: add parsers for boolean and integers
[elogind.git] / Makefile
1 CFLAGS=-Wall -Wextra -O0 -g -pipe
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