summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMole Shang <[email protected]>2024-01-17 11:33:39 +0800
committerMole Shang <[email protected]>2024-01-17 11:33:39 +0800
commitdaa90a639a35e9f99747c92bb28946ac414615bd (patch)
treecc119f4e037015b2fdff2b4ed8d989b8db66e3b0 /Makefile
parentc424f997808269559f7968c812860fd1f1974a13 (diff)
downloadxv6-labs-daa90a639a35e9f99747c92bb28946ac414615bd.tar.gz
xv6-labs-daa90a639a35e9f99747c92bb28946ac414615bd.tar.bz2
xv6-labs-daa90a639a35e9f99747c92bb28946ac414615bd.zip
lab util: finishutil
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 365c91b..4f3fd54 100644
--- a/Makefile
+++ b/Makefile
@@ -188,6 +188,11 @@ UPROGS=\
$U/_grind\
$U/_wc\
$U/_zombie\
+ $U/_sleep\
+ $U/_pingpong\
+ $U/_primes\
+ $U/_find\
+ $U/_xargs\