From 7a90c9a7118474962d4a336962690149bef585ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 9 May 2016 11:37:26 +0200 Subject: Improve Cygwin support --- lua/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/Makefile b/lua/Makefile index 3404c8b..faeb8fd 100644 --- a/lua/Makefile +++ b/lua/Makefile @@ -1,5 +1,3 @@ -.PHONY=all clean test - all: clean test clean: @@ -10,3 +8,5 @@ test: %: %.in @./test.sh $@ + +.PHONY: all clean test -- cgit v1.2.3