From bb3c4a3b332f063324f9b0b800972a2b57167fdd Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 7 Apr 2016 17:05:57 +0200 Subject: Documentation project 1 --- project1/proj1_s4498062/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'project1/proj1_s4498062/Makefile') diff --git a/project1/proj1_s4498062/Makefile b/project1/proj1_s4498062/Makefile index 39c4da7..a6c4261 100644 --- a/project1/proj1_s4498062/Makefile +++ b/project1/proj1_s4498062/Makefile @@ -18,7 +18,7 @@ test: webtests.py webhttp/*.py python $< clean: - rm -vf webserver webserver.c + rm -rvf webserver webserver.c **/*.pyc **/__pycache__ -.PHONY: clean all run +.PHONY: clean all run test -- cgit v1.2.3