mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
03eb026b61
Ensure the resultant dump has consistently long lines. This will matter when we start rendering attributes on blanks. Additionally, simplify the code significantly taking advantage of first loop.
6 lines
91 B
Makefile
6 lines
91 B
Makefile
vtbufferd: vtbufferd.c tmt.c
|
|
gcc -O3 -o vtbufferd vtbufferd.c tmt.c
|
|
|
|
clean:
|
|
rm vtbufferd
|