summaryrefslogtreecommitdiff
path: root/tools/makefile
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-11-24 09:03:18 -0800
committerJohn Denker <jsd@av8n.com>2012-11-24 09:03:18 -0800
commit7abce5d60408c7713181249ba3f23b72a40aa326 (patch)
treef89f7c75bdd955015849d2ac793169b9d2cdf27c /tools/makefile
parent3043e470e483da2452943bd810256ea0ff8807b0 (diff)
new libskrewt-based code is now stable and in use;
let it be the basis for further developments
Diffstat (limited to 'tools/makefile')
-rw-r--r--tools/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/makefile b/tools/makefile
index fa3c689..2373125 100644
--- a/tools/makefile
+++ b/tools/makefile
@@ -61,7 +61,7 @@ fixown2: fixown.o utils.o
pipette: pipette.o utils.o
$(CC) $^ -o $@
-skrewt: skrewt.o utils.o sepofra.o
+skrewt: skrewt.o libskrewt.o utils.o sepofra.o
$(CC) $^ -lboost_filesystem-mt -lboost_system -lspf2 -o $@
./fixown $@