From 7abce5d60408c7713181249ba3f23b72a40aa326 Mon Sep 17 00:00:00 2001 From: John Denker Date: Sat, 24 Nov 2012 09:03:18 -0800 Subject: new libskrewt-based code is now stable and in use; let it be the basis for further developments --- tools/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/makefile') 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 $@ -- cgit v1.2.3