add pwd, thanks stateless

This commit is contained in:
Connor Lane Smith
2011-05-23 20:15:19 +01:00
parent 474ee643ed
commit 687e5411ee
5 changed files with 33 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
include config.mk
SRC = basename.c cat.c date.c echo.c false.c grep.c sleep.c tee.c touch.c true.c wc.c
SRC = basename.c cat.c date.c echo.c false.c grep.c pwd.c sleep.c tee.c touch.c true.c wc.c
OBJ = $(SRC:.c=.o) util.o
BIN = $(SRC:.c=)
MAN = $(SRC:.c=.1)