diff options
author | Nick White <git@njw.me.uk> | 2010-08-08 18:59:54 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-08-08 18:59:54 +0100 |
commit | ac1e187d2e852aa603cf9ff0bb57e67caadd9125 (patch) | |
tree | ec54c4164c10b20b16f2a61cc6c82087faa7d7c9 | |
parent | 6f116ca59eef1fac8e16535cce3fad6c3b63ff69 (diff) | |
download | njw-website-ac1e187d2e852aa603cf9ff0bb57e67caadd9125.tar.bz2 njw-website-ac1e187d2e852aa603cf9ff0bb57e67caadd9125.zip |
Set PHONYs in Makefile, and add test target
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -58,5 +58,9 @@ articles/index.txt: $(ARTS) clean: rm -f -- $(TARGETS) $(GZIP) +test: + sh ../../tests/spelling.sh $(PAGES) + .SUFFIXES: .txt .xml .html .rdf .pdf .tex .gz .SILENT: +.PHONY: all clean test |