mirror of
git://projects.qi-hardware.com/fped.git
synced 2024-11-22 12:49:42 +02:00
- added "make update" that combines "svn update" with remaking the dependencies
git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5628 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
parent
76c3c1c1d0
commit
f054cdd7d5
8
Makefile
8
Makefile
@ -75,7 +75,7 @@ endif
|
||||
|
||||
# ----- Rules -----------------------------------------------------------------
|
||||
|
||||
.PHONY: all dep depend clean install uninstall upload-manual
|
||||
.PHONY: all dep depend clean install uninstall upload-manual update
|
||||
|
||||
.SUFFIXES: .fig .xpm
|
||||
|
||||
@ -137,3 +137,9 @@ install: all
|
||||
|
||||
uninstall:
|
||||
rm -f $(PREFIX)/bin/fped
|
||||
|
||||
# ----- SVN update ------------------------------------------------------------
|
||||
|
||||
update:
|
||||
svn update
|
||||
$(MAKE) dep all
|
||||
|
Loading…
Reference in New Issue
Block a user