diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c28658f..16df8e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,10 @@ SUBDIRS = doc +.PHONY: todo + +all-am: package.json todo + # placeholder -all: +todo: @echo "You are too early! Liza is not ready; check back later." - @exit 1 |