niche/tests.mk

16 lines
246 B
Makefile

GET = / \
/links /links/2010 /links/2010/12 \
/link/2 /link/100 \
/user/michaelh /user/tracicle \
/login \
/rss /rss.php /rss.xml
BASE = http://ch.monkeyfilter.com
ALL = $(GET:%=%-get)
all: $(ALL)
%-get:
wget -O /dev/null -nv $(BASE)$*