X-Git-Url: https://projects.mako.cc/source/wikiq/blobdiff_plain/49f60e893acb91ef164f6051e9f2316c84931e00..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