diff options
author | Nobuyoshi Nakada <[email protected]> | 2021-07-05 11:17:07 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-07-05 11:17:42 +0900 |
commit | cca2f7ab14ace71eb93992472d8fa0f29de9cad4 (patch) | |
tree | 5e94064370da8d1f50c3a8f7006f6c3aa1cb1238 | |
parent | e127c85fac281dcd02c724c3a33e6b4b99f761a9 (diff) |
programs will be made from exts
`programs` after `exts` overwrites programs built with extension
libraries when static-linked-ext.
-rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |