X-Git-Url: https://projects.mako.cc/source/wikiq/blobdiff_plain/315071f4419c2e34fd367e09d24818807353c91e..dd62dbb1c7db0544532a2a006a3e712aa28fd35e:/Makefile diff --git a/Makefile b/Makefile index 9419777..eec9e75 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,6 @@ all: wikiq wikiq: wikiq.c - gcc -O3 wikiq.c -o wikiq -lexpat + gcc wikiq.c -o wikiq -lexpat -clean: - rm -f wikiq - -.PHONY: all clean +.PHONY: all