TOPDIR = ../..
MKDIR = $(TOPDIR)/Make

SRCS = $(wildcard *.c)

#Exclude this source files
EXCLUDE =

include $(MKDIR)/MkRules

