tUse check.sh without having it in $PATH - monochromatic - monochromatic blog: http://blog.z3bra.org
(HTM) git clone git://z3bra.org/monochromatic
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 73f7f046f708314012b61a40d5d07738472919f3
(DIR) parent cf32c0aaa804407fd027d0bf82c4da2d7a26959c
(HTM) Author: z3bra <willyatmailoodotorg>
Date: Thu, 15 Oct 2015 10:12:31 +0000
Use check.sh without having it in $PATH
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -13,7 +13,7 @@ install: package
tar -xzf $(NAME).tar.gz -C $(PREFIX)
check: $(PAGES)
- @check.sh
+ @./check.sh
clean:
rm -f $(PAGES) $(FEEDS) $(NAME).tar.gz