]> git.ipfire.org Git - people/ms/systemd.git/blob - Makefile
initial commit
[people/ms/systemd.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