2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00
confluent/confluent_vtbufferd/Makefile
Jarrod Johnson 7fb5f9756d Explictly request newer C version
C99 is needed for tmt, might as well go GNU11
2021-04-02 10:36:56 -04:00

6 lines
103 B
Makefile

vtbufferd: vtbufferd.c tmt.c
gcc -O3 --std=gnu11 -o vtbufferd vtbufferd.c tmt.c
clean:
rm vtbufferd