From 03f209427b97f100a55fb490f8bc0332eda2db95 Mon Sep 17 00:00:00 2001 From: Ori Bernstein Date: Sat, 21 Nov 2020 16:13:20 -0800 Subject: upas: make 'all' the default target When consolidating the duplicated targets, the one that actually got built ended up arbitrary. Put in a 'default' target that runs 'mk all'. --- sys/src/cmd/upas/mkfile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3