abrash-zen-of-asm icon indicating copy to clipboard operation
abrash-zen-of-asm copied to clipboard

Use make to handle build dependencies

Open JamesMConroy opened this issue 3 years ago • 0 comments

make will now

  • build the epub version before the mobi
  • only rebuild the targets if the source files are newer
  • added a clean target to remove the build targets
  • added a target to make the out folder

Also cleaned up the targets by wrapping at column 80. Use a make function to find the source file names, instead of manually listing them.

JamesMConroy avatar Oct 01 '21 01:10 JamesMConroy