add chown
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,8 +1,8 @@
|
||||
include config.mk
|
||||
|
||||
LIB = util/enmasse.o util/eprintf.o
|
||||
SRC = basename.c cat.c date.c dirname.c echo.c false.c grep.c ln.c pwd.c rm.c \
|
||||
sleep.c tee.c touch.c true.c wc.c
|
||||
LIB = util/enmasse.o util/eprintf.o util/recurse.o
|
||||
SRC = basename.c cat.c chown.c date.c dirname.c echo.c false.c grep.c ln.c \
|
||||
pwd.c rm.c sleep.c tee.c touch.c true.c wc.c
|
||||
OBJ = $(SRC:.c=.o) $(LIB)
|
||||
BIN = $(SRC:.c=)
|
||||
MAN = $(SRC:.c=.1)
|
||||
|
Reference in New Issue
Block a user