programs will be made from exts

`programs` after `exts` overwrites programs built with extension
libraries when static-linked-ext.
This commit is contained in:
Nobuyoshi Nakada 2021-07-05 11:17:07 +09:00
parent e127c85fac
commit cca2f7ab14
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -213,7 +213,7 @@ MAKE_LINK = $(MINIRUBY) -rfileutils -e "include FileUtils::Verbose" \
all: $(SHOWFLAGS) main docs
main: $(SHOWFLAGS) exts $(ENCSTATIC:static=lib)encs programs
main: $(SHOWFLAGS) exts $(ENCSTATIC:static=lib)encs
@$(NULLCMD)
mjit-headers: $(MJIT_SUPPORT)-mjit-headers