added sample data to test target of Makefile

This commit is contained in:
Steffen Vogel 2015-04-17 16:29:46 +02:00
parent 35b484bb16
commit 1f1cda487c

View file

@ -6,6 +6,7 @@ CFLAGS = -g
all: $(TARGETS) Makefile
test: httpd
wget -np -e robots=off --recursive --level=1 --domains=acme.com http://acme.com
sudo ./httpd acme.com/ 80
clean: