diff options
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 |
