add rm, thanks rob

This commit is contained in:
Connor Lane Smith
2011-05-24 01:52:28 +01:00
parent 9714d7b1d3
commit 8c76381e91
5 changed files with 79 additions and 3 deletions

View File

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