diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-05-09 11:37:26 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-05-09 11:45:16 +0200 |
| commit | 7a90c9a7118474962d4a336962690149bef585ac (patch) | |
| tree | 5788ee655080eead7e9e037a9c284d8b782e98f6 /core | |
| parent | 8d7f35be97b4d3c2508524032c5762b75f3a213b (diff) | |
| download | vis-7a90c9a7118474962d4a336962690149bef585ac.tar.gz vis-7a90c9a7118474962d4a336962690149bef585ac.tar.xz | |
Improve Cygwin support
Diffstat (limited to 'core')
| -rw-r--r-- | core/.gitignore | 1 | ||||
| -rw-r--r-- | core/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
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 |
