ref: 03f209427b97f100a55fb490f8bc0332eda2db95
parent: 6dd605dbe273c97f522102ba0324a985583eb86a
author: Ori Bernstein <[email protected]>
date: Sat Nov 21 11:13:20 EST 2020
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'.
--- a/sys/src/cmd/upas/mkfile
+++ b/sys/src/cmd/upas/mkfile
@@ -24,6 +24,9 @@
#libs must be made first
DIRS=$LIBS $PROGS
+default:V:
+ mk all
+
all install installall clean nuke:V:
for (i in $DIRS) @{
cd $i