tbftss/makefile

10 lines
128 B
Makefile
Raw Normal View History

CC = gcc
EXEEXT =
BIN_DIR = /usr/bin
DATA_DIR = /opt/tbftss
SEARCHPATH += src/plat/unix
OBJS += unixInit.o
2015-11-23 09:42:39 +01:00
include common.mk