1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2024-06-24 16:31:40 +03: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:
werner 2009-09-12 07:34:02 +00:00
parent 76c3c1c1d0
commit f054cdd7d5

View File

@ -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