mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
7fb5f9756d
C99 is needed for tmt, might as well go GNU11
6 lines
103 B
Makefile
6 lines
103 B
Makefile
vtbufferd: vtbufferd.c tmt.c
|
|
gcc -O3 --std=gnu11 -o vtbufferd vtbufferd.c tmt.c
|
|
|
|
clean:
|
|
rm vtbufferd
|