diff options
Diffstat (limited to 'project1/proj1_s4498062/Makefile')
-rw-r--r-- | project1/proj1_s4498062/Makefile | 4 |
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 |