mirror of
https://github.com/xcat2/confluent.git
synced 2025-02-09 23:34:54 +00:00
6 lines
73 B
Makefile
6 lines
73 B
Makefile
|
vtbufferd:
|
||
|
gcc -O3 -o vtbufferd vtbufferd.c tmt.c
|
||
|
|
||
|
clean:
|
||
|
rm vtbufferd
|