a1e90d9ea969682e3e6f9a708330e53bfe5e48c8
galt
  Wed Jun 30 18:57:39 2010 -0700
initial commit of gilt git status tool
diff --git src/utils/gitTools/makefile src/utils/gitTools/makefile
index 9bdf5cf..1b4c4de 100755
--- src/utils/gitTools/makefile
+++ src/utils/gitTools/makefile
@@ -1,21 +1,21 @@
 include ../../inc/common.mk
-GITTOOLS= gitFiles 
+GITTOOLS= gitFiles gilt 
 
 all: ${GITTOOLS:%=${BINDIR}/%}
 
 ${BINDIR}/%: %
 	@${MKDIR} ${BINDIR}
 	chmod a+rx $<
 	rm -f $@
 	cp -pf $< $@
 
 scripts: ${GITTOOLS:%=${SCRIPTS}/%}
 
 ${SCRIPTS}/%: %
 	@${MKDIR} ${SCRIPTS}
 	chmod a+rx $<
 	rm -f $@
 	cp -pf $< $@
 
 clean::
 	@echo nothing to clean in src/utils/gitTools/