diff options
author | bptato <nincsnevem662@gmail.com> | 2021-08-08 21:01:47 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2021-08-08 21:01:47 +0200 |
commit | d7cb6d7d610df886d028ca6d6aecf3d9a3ba54ff (patch) | |
tree | 5eb75d8b95ed9e6eab1e7f3d72b8afd1adc0e283 /makefile | |
parent | fa4560f63e38886b2b7541642b9aa1656dc40508 (diff) | |
download | chawan-d7cb6d7d610df886d028ca6d6aecf3d9a3ba54ff.tar.gz |
Implement CSS display none in box renderer etc.
Other changes being bugfixes and a temporary implementation of "view source"
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile index 92ab5048..b639f06c 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ NIMC = nim compile -FLAGS = -d:ssl -o:twt -p:src/ -p:. --import:utils/eprint +FLAGS = -o:twt -p:src/ -p:. --import:utils/eprint FILES = src/main.nim debug: |