added color support
This commit is contained in:
parent
1c433de317
commit
c57232fee6
2 changed files with 366 additions and 277 deletions
6
makefile
6
makefile
|
|
@ -7,7 +7,7 @@ cc = gcc
|
|||
|
||||
cppflags = -D _GNU_SOURCE
|
||||
|
||||
cflags = -Werror -Wall -Wextra -Wstrict-prototypes
|
||||
cflags = -Werror -Wall -Wextra -Wstrict-prototypes -Wfatal-errors
|
||||
|
||||
cflags += -O3
|
||||
|
||||
|
|
@ -20,3 +20,7 @@ ldflags += -lreadline
|
|||
|
||||
run: /tmp/4-variable-simplifier
|
||||
$< $(args)
|
||||
|
||||
|
||||
# nix --extra-experimental-features nix-command --extra-experimental-features flakes develop --command 'make'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue