summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Morris <[email protected]>2019-11-06 11:18:43 -0500
committerRobert Morris <[email protected]>2019-11-06 11:18:43 -0500
commit16b3b63f06c1ea17da484aeebea4a57fb2a6e44a (patch)
treece4ddb9b3fe85219aa3fb57d290d4e302efe5098 /Makefile
parent028af2764622d489583cd88935cd1d2a7fbe8248 (diff)
downloadxv6-labs-16b3b63f06c1ea17da484aeebea4a57fb2a6e44a.tar.gz
xv6-labs-16b3b63f06c1ea17da484aeebea4a57fb2a6e44a.tar.bz2
xv6-labs-16b3b63f06c1ea17da484aeebea4a57fb2a6e44a.zip
grind: run parallel system calls forever
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7229d5e..46fd956 100644
--- a/Makefile
+++ b/Makefile
@@ -127,6 +127,7 @@ UPROGS=\
$U/_sh\
$U/_stressfs\
$U/_usertests\
+ $U/_grind\
$U/_wc\
$U/_zombie\