From 22909ce6fb768587412759ce31e0c7342b8b0ecc Mon Sep 17 00:00:00 2001 From: ehouse Date: Wed, 2 Jan 2008 01:44:12 +0000 Subject: [PATCH] add target for dict2dawg --- xwords4/dawg/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xwords4/dawg/Makefile b/xwords4/dawg/Makefile index a57f6f5be..3b4533c57 100644 --- a/xwords4/dawg/Makefile +++ b/xwords4/dawg/Makefile @@ -33,4 +33,7 @@ byodfiles.tar: done clean: - rm -f byodfiles.tgz byodfiles.tar + rm -f byodfiles.tgz byodfiles.tar dict2dawg + +dict2dawg: dict2dawg.cpp + $(CXX) $< -o $@