From 43eee2c466ab9dc125d5f894ca905216245745f1 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Wed, 2 Feb 2005 16:46:08 +0000 Subject: [PATCH] add emile_scanbus to emile-map-set --- tools/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/Makefile b/tools/Makefile index 67d93e6..3d991fd 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -15,5 +15,7 @@ all: $(PROGRAMS) emile: emile.o emile_scanbus.o +emile-map-set: emile-map-set.o emile_scanbus.o + clean: rm -f *.o $(PROGRAMS)