mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-19 17:41:12 -06:00
Use standard practices for website build (#161)
- Declare your dependencies - Do not rebuild unless dependencies changed - Cleanup after yourself - Document your targets - COMMANDS in upper case and variables/rules in lowercase
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
.PHONY: website
|
||||
website:
|
||||
cd ../book && make mrproper && make website
|
||||
bundle install
|
||||
ruby modify_build.rb
|
||||
Reference in New Issue
Block a user