1
0
forked from GitHub/gf-core

Added target for building GF with profiling

This commit is contained in:
bringert
2004-07-14 12:44:15 +00:00
parent 6c2401e657
commit 14fb7519f2

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)