From b226effff01993e00fe05d96338a5d9db590ce8e Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Tue, 16 Sep 2014 20:51:52 -0400 Subject: [PATCH] Add free and ls to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f09e56f..1669773 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ COVER_DIR=cover # Package lists TOPLEVEL_PKG := jsh -CMD_LIST := jsh/ps +CMD_LIST := jsh/ps jsh/free jsh/ls # List building ALL_LIST = $(TOPLEVEL_PKG) $(CMD_LIST)