diff options
| -rw-r--r-- | core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile index b2b0406..4836427 100644 --- a/core/Makefile +++ b/core/Makefile @@ -2,7 +2,7 @@ ALL = text buffer map array SRC = $(wildcard ccan/*/*.c) -CFLAGS += -I. -I../.. +CFLAGS += -I. -I../.. -DBUFFER_SIZE=4 -DBLOCK_SIZE=4 test: $(ALL) @./text |
