Makefile: add distclean target

master
Quentin Rameau 8 years ago committed by Aaron Marcher
parent 2ea3d46f13
commit d42870d6ca

@ -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"

Loading…
Cancel
Save