]> git.ipfire.org Git - people/ms/systemd.git/blame - Makefile
parse socket files properly
[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
42f4e3c4 4systemd: 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
60918275
LP
5 $(CC) $(CFLAGS) -o $@ $^ $(LIBS)
6
7clean:
8 rm -f *.o systemd