From 7cff23f9cadac2d4b11e9690676c61464529f37f Mon Sep 17 00:00:00 2001 From: kappa Date: Thu, 3 Jan 2019 17:37:59 +0100 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D1=99?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=B3=D1=80=D0=B5=D1=88=D0=BA=D0=B0=20?= =?UTF-8?q?=D1=83=20=D0=BC=D0=B5=D1=98=D0=BA=D1=84=D0=B0=D1=98=D0=BB=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6801aa4..7e44317 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ clean: dist: clean mkdir -p cirilisp-$(VERSION) - cp -r Makefile util.h $(SRC) + cp -r Makefile util.h $(SRC) cirilisp-$(VERSION) tar -cf cirilisp-$(VERSION).tar cirilisp-$(VERSION) gzip cirilisp-$(VERSION).tar rm -rf cirilisp-$(VERSION) @@ -45,7 +45,7 @@ install: all # chmod 644 $(DESTDIR)$(MANPREFIX)/man1/cirilisp.1 uninstall: - rm -f $(DESTDIR)$(PREFIX)/bin/dwm + rm -f $(DESTDIR)$(PREFIX)/bin/cirilisp # rm -f $(DESTDIR)$(MANPREFIX)/man1/cirilisp.1 .PHONY: all clean dist install uninstall