Revert "changed compilation flags to -O3"
[wikiq] / Makefile
index 941977743c3728ab9f09a29470cc6d759cb94d2f..eec9e75f64bba39161410ec220c538e051a715d5 100644 (file)
--- 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

Benjamin Mako Hill || Want to submit a patch?