# Makefile for tictac

SRCS=tictac.c
PROG=tictac
BINDIR=/testbin

include ../../defs.mk
include ../../mk/prog.mk

