6 lines
61 B
Makefile
6 lines
61 B
Makefile
|
PROG = tbftss
|
||
|
CC = gcc
|
||
|
CXXFLAGS += -DUNIX
|
||
|
|
||
|
include common.mk
|