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-18 14:25:09 +0800
commit33ca12a4653752d179e6296c7ca2f91a626d30f3 (patch)
tree819af498462a8a0f725c408c08aa0dae53f6f07b /Makefile
parente6ef31e4b30af1f30a4d1385971df602a8446cac (diff)
downloadxv6-labs-33ca12a4653752d179e6296c7ca2f91a626d30f3.tar.gz
xv6-labs-33ca12a4653752d179e6296c7ca2f91a626d30f3.tar.bz2
xv6-labs-33ca12a4653752d179e6296c7ca2f91a626d30f3.zip
lab util: finish
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\