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 --- core/.gitignore | 1 + core/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/.gitignore b/core/.gitignore index 486e08a..6a145ff 100644 --- a/core/.gitignore +++ b/core/.gitignore @@ -3,3 +3,4 @@ /buffer /map /array +/ccan-config diff --git a/core/Makefile b/core/Makefile index cc5c5a5..3cf06ce 100644 --- a/core/Makefile +++ b/core/Makefile @@ -11,7 +11,7 @@ test: text buffer map array config.h: @echo Generating ccan configuration header - @${CC} ccan-config.c && ./a.out > config.h && rm -f a.out + @${CC} ccan-config.c -o ccan-config && ./ccan-config > config.h text: config.h text.c ../../text.c ../../text-util.c ../../text-motions.c ../../text-objects.c ../../text-regex.c @echo Compiling $@ binary -- cgit v1.2.3