4 .PHONY
: all clean install
6 all : can_user_push getent
9 rm -rf can_user_push.o
* can_user_push.d
* can_user_push
10 rm -rf getent.o
* getent.d
* getent
14 can_user_push
: can_user_push.c
15 $(CC
) -o
$@
$(CFLAGS
) $?
18 $(CC
) -o
$@
$(CFLAGS
) $?