Skip to content

Commit

Permalink
Update Makefile to add compileall
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Nov 26, 2023
1 parent 7e36ce8 commit 8239140
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ default:
-$(CHMOD) 755 install-sh
$(MAKE) subdirs
$(MAKE) $(FILES_DST)
$(PYTHON) -m compileall $(ARCH_DISTDIR)
$(MAKE) manifests
@if [ `wc -l < "$(ERRORLOG)"` -gt 5 ] ; then \
echo "--" >> $(ERRORLOG) ; \
Expand Down Expand Up @@ -105,6 +106,7 @@ libs:
$(MAKE) -C include
$(MAKE) subdirs SUBDIRS=$(LIBDIRS)
$(MAKE) $(FILES_DST)
$(PYTHON) -m compileall $(ARCH_DISTDIR)

cleandistdirs:
-rm -rf $(ARCH_DISTDIR)
Expand Down

0 comments on commit 8239140

Please sign in to comment.