summaryrefslogtreecommitdiff
path: root/Makefile
blob: ee144a3783579422c9dad5915c7d732d10753250 (plain)
1
2
3
4
5
6
7
8
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