X-Git-Url: https://projects.mako.cc/source/wikiq/blobdiff_plain/dab8600205c04124a3e576722e06fcce1afd4408..4ea02e87e6e73828bf7a6037c45c0b602998f15e:/Makefile diff --git a/Makefile b/Makefile index 41d75ca..bf436d0 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,7 @@ wikiq: wikiq.c clean: rm -f wikiq -.PHONY: all +gprof: + $(MAKE) CFLAGS=-pg wikiq + +.PHONY: all gprof