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'.
This commit is contained in:
Ori Bernstein 2020-11-21 16:13:20 -08:00
parent 6dd605dbe2
commit 03f209427b

View file

@ -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