1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 10:25:37 +03:00
systemd/Makefile

9 lines
176 B
Makefile
Raw Normal View History

2009-11-18 02:42:52 +03:00
CFLAGS=-Wall -Wextra -O0 -g -pipe
LIBS=-lrt
systemd: main.o name.o util.o set.o hashmap.o strv.o job.o manager.o
$(CC) $(CFLAGS) -o $@ $^ $(LIBS)
clean:
rm -f *.o systemd