Added an install rule to the Makefile
This commit is contained in:
parent
e46567e0fa
commit
d6f22fc5e5
1 changed files with 3 additions and 0 deletions
|
|
@ -53,6 +53,9 @@ depends: $(DEPENDS)
|
|||
cat *.d > .depends
|
||||
$(RM) $(DEPENDS)
|
||||
|
||||
install:
|
||||
|
||||
|
||||
TAGS:
|
||||
etags *.h *.cpp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue