unfortunately, we cannot use time.h, there is a conflict name with std headers
[aversive.git] / mk / Makefile_module.template
1 -include .config
2
3 TARGET = # VALUE, name of the module #
4
5 # List C source files here. (C dependencies are automatically generated.)
6 SRC =
7
8 ###########################################
9
10 include $(AVERSIVE_DIR)/mk/aversive_module.mk