Cross Reference:
xref
: /
systemd
/
Makefile
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
Makefile revision 6091827530d6dd43479d6709fb6e9f745c11e900
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