]> git.ipfire.org Git - people/ms/systemd.git/blame - Makefile
conf-parse: add generic parser for strv
[people/ms/systemd.git] / Makefile
CommitLineData
1564322b 1CFLAGS=-Wall -Wextra -O0 -g -pipe -D_GNU_SOURCE -fdiagnostics-show-option -Wno-unused-parameter
60918275
LP
2LIBS=-lrt
3
ed5bcfbe 4systemd: main.o name.o util.o set.o hashmap.o strv.o job.o manager.o conf-parser.o
60918275
LP
5 $(CC) $(CFLAGS) -o $@ $^ $(LIBS)
6
7clean:
8 rm -f *.o systemd