Created
December 28, 2022 02:59
-
-
Save tbodt/08b9bed4e80d68c1f355d44f93d16342 to your computer and use it in GitHub Desktop.
static site generator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.html: %.php | |
php $< > $@ | |
all: $(shell find . -name '*.php') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment