start bridge gen tool
[ia32rtools.git] / tools / Makefile
index 7c03266..2f21042 100644 (file)
@@ -1,6 +1,8 @@
 CFLAGS += -Wall -ggdb
 
-all: asmproc cmpmrg_text
+T = asmproc cmpmrg_text mkbridge
+
+all: $(T)
 
 clean:
-       $(RM) asmproc cmpmrg_text
+       $(RM) $(T)