mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
add tags target
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@654 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
7113e84458
commit
844aab606a
7
Makefile
7
Makefile
@ -82,6 +82,13 @@ distclean: clean
|
||||
@cd lib; $(MAKE) distclean
|
||||
@cd src; $(MAKE) distclean
|
||||
|
||||
|
||||
tagsfiles := $(shell find -name "*.[ch]")
|
||||
|
||||
TAGS: ${tagsfiles}
|
||||
etags ${tagsfiles}
|
||||
|
||||
|
||||
install: $(TARGET)
|
||||
@mkdir -p $(PREFIX)/bin
|
||||
$(INSTALL) $(TARGET) $(PREFIX)/bin/$(TARGET)
|
||||
|
@ -82,6 +82,13 @@ distclean: clean
|
||||
@cd lib; $(MAKE) distclean
|
||||
@cd src; $(MAKE) distclean
|
||||
|
||||
|
||||
tagsfiles := $(shell find -name "*.[ch]")
|
||||
|
||||
TAGS: ${tagsfiles}
|
||||
etags ${tagsfiles}
|
||||
|
||||
|
||||
install: $(TARGET)
|
||||
@mkdir -p $(PREFIX)/bin
|
||||
$(INSTALL) $(TARGET) $(PREFIX)/bin/$(TARGET)
|
||||
|
Loading…
Reference in New Issue
Block a user