summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/cmd/upas/mkfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/src/cmd/upas/mkfile b/sys/src/cmd/upas/mkfile
index 8f78351ad..2edc24a38 100644
--- a/sys/src/cmd/upas/mkfile
+++ b/sys/src/cmd/upas/mkfile
@@ -24,6 +24,9 @@ PROGS=\
#libs must be made first
DIRS=$LIBS $PROGS
+default:V:
+ mk all
+
all install installall clean nuke:V:
for (i in $DIRS) @{
cd $i