mirror of
git://projects.qi-hardware.com/fped.git
synced 2025-04-21 12:27:27 +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:
8
Makefile
8
Makefile
@@ -75,7 +75,7 @@ endif
|
|||||||
|
|
||||||
# ----- Rules -----------------------------------------------------------------
|
# ----- Rules -----------------------------------------------------------------
|
||||||
|
|
||||||
.PHONY: all dep depend clean install uninstall upload-manual
|
.PHONY: all dep depend clean install uninstall upload-manual update
|
||||||
|
|
||||||
.SUFFIXES: .fig .xpm
|
.SUFFIXES: .fig .xpm
|
||||||
|
|
||||||
@@ -137,3 +137,9 @@ install: all
|
|||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f $(PREFIX)/bin/fped
|
rm -f $(PREFIX)/bin/fped
|
||||||
|
|
||||||
|
# ----- SVN update ------------------------------------------------------------
|
||||||
|
|
||||||
|
update:
|
||||||
|
svn update
|
||||||
|
$(MAKE) dep all
|
||||||
|
|||||||
Reference in New Issue
Block a user