Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8f9e88e

Browse files
author
Werner Almesberger
committed
Makefile (spotless): added target to remove "fped" (suggested by Xiangfu Liu)
1 parent 296c1ff commit 8f9e88e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎eda/fped/Makefile‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ endif
8181

8282
# ----- Rules -----------------------------------------------------------------
8383

84-
.PHONY: all dep depend clean install uninstall manual upload-manual
84+
.PHONY: all dep depend clean spotless
85+
.PHONY: install uninstall manual upload-manual
8586
.PHONY: update montage test tests valgrind
8687

8788
.SUFFIXES: .fig .xpm .ppm
@@ -96,7 +97,7 @@ endif
9697
'/^\(.*:\)\? */{p;s///;s/ *\\\?$$/ /;s/ */:\n/g;H;}' \
9798
-e '$${g;p;}' -e d >$*.d; \
9899
[ "$${PIPESTATUS[*]}" = "0 0" ] || { rm -f $*.d; exit 1; }
99-
100+
100101
# generate 26x26 pixels icons, then drop the 1-pixel frame
101102

102103
.fig.ppm:
@@ -175,6 +176,9 @@ clean:
175176
rm -f lex.yy.c y.tab.c y.tab.h y.output .depend $(OBJS:.o=.d)
176177
rm -f __dbg????.png _tmp* test/core
177178

179+
spotless: clean
180+
rm -f fped
181+
178182
# ----- Install / uninstall ---------------------------------------------------
179183

180184
install: all

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /