2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 19:10:10 +00:00
confluent/confluent_vtbufferd/Makefile
Jarrod Johnson beab6a3c02 Migrate VT buffering to c
C implementation to improve memory and cpu utilization.

Forked off to further move the work off the main process.

Still needs attribute rendition and packaging before merging to main
branch.
2021-03-31 17:28:26 -04:00

6 lines
73 B
Makefile

vtbufferd:
gcc -O3 -o vtbufferd vtbufferd.c tmt.c
clean:
rm vtbufferd