Skip to content

Commit

Permalink
MAKE: Add PYFILES dependency to install-asy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamievlin committed Aug 5, 2024
1 parent 4eba858 commit e77cf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ install-texhash: install-asy
texhash; \
fi

install-asy: asy sty
install-asy: asy sty $(PYFILES)
${INSTALL} -d $(bindir) $(asydir) $(exampledir) $(animationsdir)
${INSTALL} -d $(shaderdir) $(webgldir) \
$(GUIdir) $(GUIdir)/configs \
Expand Down

0 comments on commit e77cf15

Please sign in to comment.