summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2019-08-26 21:16:33 -0400
committerFrans Kaashoek <[email protected]>2019-08-26 21:16:33 -0400
commita3f6d9fd1e21a7339f2bc26f185f7d561bc370c4 (patch)
tree852bd9587f19c9772f535945eda9333640ec744f /Makefile
parent92c3c02098ed0e3fabb56121ea45317e9a951ea7 (diff)
downloadxv6-labs-a3f6d9fd1e21a7339f2bc26f185f7d561bc370c4.tar.gz
xv6-labs-a3f6d9fd1e21a7339f2bc26f185f7d561bc370c4.tar.bz2
xv6-labs-a3f6d9fd1e21a7339f2bc26f185f7d561bc370c4.zip
cow moved to xv6-riscv-fall19
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6360fd..4324d1c 100644
--- a/Makefile
+++ b/Makefile
@@ -129,7 +129,6 @@ UPROGS=\
$U/_usertests\
$U/_wc\
$U/_zombie\
- $U/_cow\
fs.img: mkfs/mkfs README $(UPROGS)
mkfs/mkfs fs.img README $(UPROGS)