Added an install rule to the Makefile

This commit is contained in:
Harry Moffat 2006-08-21 16:42:16 +00:00
parent e46567e0fa
commit d6f22fc5e5

View file

@ -53,6 +53,9 @@ depends: $(DEPENDS)
cat *.d > .depends
$(RM) $(DEPENDS)
install:
TAGS:
etags *.h *.cpp