Xinqi Bao's Git
projects
/
slstatus.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
2ea3d46
)
Makefile: add distclean target
author
Quentin Rameau <
[email protected]
>
Mon, 30 Apr 2018 14:14:05 +0000
(16:14 +0200)
committer
Aaron Marcher <
[email protected]
>
Mon, 30 Apr 2018 14:27:07 +0000
(16:27 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
e046597
..
c68a271
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-49,6
+49,10
@@
config.h:
clean:
rm -f slstatus slstatus.o $(COM:=.o) $(REQ:=.o)
+distclean:
+ for os in Linux OpenBSD; do make OS="$$os" clean; done
+ rm -f os.mk
+
dist:
rm -rf "slstatus-$(VERSION)"
mkdir -p "slstatus-$(VERSION)/components"