diff options
| author | Mole Shang <135e2@135e2.dev> | 2024-01-17 11:33:39 +0800 |
|---|---|---|
| committer | Mole Shang <135e2@135e2.dev> | 2024-01-17 11:33:39 +0800 |
| commit | daa90a639a35e9f99747c92bb28946ac414615bd (patch) | |
| tree | cc119f4e037015b2fdff2b4ed8d989b8db66e3b0 /Makefile | |
| parent | c424f997808269559f7968c812860fd1f1974a13 (diff) | |
| download | xv6-labs-daa90a639a35e9f99747c92bb28946ac414615bd.tar.gz xv6-labs-daa90a639a35e9f99747c92bb28946ac414615bd.tar.bz2 xv6-labs-daa90a639a35e9f99747c92bb28946ac414615bd.zip | |
lab util: finishutil
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -188,6 +188,11 @@ UPROGS=\ $U/_grind\ $U/_wc\ $U/_zombie\ + $U/_sleep\ + $U/_pingpong\ + $U/_primes\ + $U/_find\ + $U/_xargs\ |
