mirror of
git://projects.qi-hardware.com/fped.git
synced 2024-11-18 09:35:20 +02:00
Makefile (spotless): added target to remove "fped" (suggested by Xiangfu Liu)
git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5979 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
parent
02518334f2
commit
a119e25a77
6
Makefile
6
Makefile
@ -81,7 +81,8 @@ endif
|
|||||||
|
|
||||||
# ----- Rules -----------------------------------------------------------------
|
# ----- Rules -----------------------------------------------------------------
|
||||||
|
|
||||||
.PHONY: all dep depend clean install uninstall manual upload-manual
|
.PHONY: all dep depend clean spotless
|
||||||
|
.PHONY: install uninstall manual upload-manual
|
||||||
.PHONY: update montage test tests valgrind
|
.PHONY: update montage test tests valgrind
|
||||||
|
|
||||||
.SUFFIXES: .fig .xpm .ppm
|
.SUFFIXES: .fig .xpm .ppm
|
||||||
@ -175,6 +176,9 @@ clean:
|
|||||||
rm -f lex.yy.c y.tab.c y.tab.h y.output .depend $(OBJS:.o=.d)
|
rm -f lex.yy.c y.tab.c y.tab.h y.output .depend $(OBJS:.o=.d)
|
||||||
rm -f __dbg????.png _tmp* test/core
|
rm -f __dbg????.png _tmp* test/core
|
||||||
|
|
||||||
|
spotless: clean
|
||||||
|
rm -f fped
|
||||||
|
|
||||||
# ----- Install / uninstall ---------------------------------------------------
|
# ----- Install / uninstall ---------------------------------------------------
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
|
Loading…
Reference in New Issue
Block a user