mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
8 lines
159 B
Makefile
8 lines
159 B
Makefile
# Justfile has replaced this.
|
|
MSG="Project scripts are now in Justfile (and Shake.hs). Run 'just' for help."
|
|
.PHONY: site
|
|
site:
|
|
@echo $(MSG)
|
|
%:
|
|
@echo $(MSG)
|