summaryrefslogtreecommitdiff
path: root/project1/proj1_s4498062/Makefile
diff options
context:
space:
mode:
authorCamil Staps2016-04-07 17:05:57 +0200
committerCamil Staps2016-04-07 17:05:57 +0200
commitbb3c4a3b332f063324f9b0b800972a2b57167fdd (patch)
tree95f4252749120728adee63cd78f286df03e87a8b /project1/proj1_s4498062/Makefile
parentFinish assignment 3 (diff)
Documentation project 1
Diffstat (limited to 'project1/proj1_s4498062/Makefile')
-rw-r--r--project1/proj1_s4498062/Makefile4
1 files changed, 2 insertions, 2 deletions
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