Added target for building GF with profiling

This commit is contained in:
bringert
2004-07-14 12:44:15 +00:00
parent ffd6c23155
commit db433bc409

View File

@@ -116,6 +116,9 @@ tracing:
strip gf
mv gf ../bin/
prof: GHCOPTFLAGS += -prof -auto-all -auto-dicts
prof: all
dist:
-rm -rf $(DIST_DIR)
mkdir $(DIST_DIR)