diff options
author | Quentin Rameau <quinq@fifth.space> | 2018-04-30 16:14:05 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-04-30 16:27:07 +0200 |
commit | c839b6ae1a866275a78d97eedcec3fb910621750 (patch) | |
tree | d112cbc77ae5a1f1060bcf3d7a395488e4bcb07d /Makefile | |
parent | f58ce841802e2f80df3cb90e3668836a4d3995b9 (diff) |
Makefile: add distclean target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |