Only templates for now. This is based on some code from 2013 and adds a proper build system and tests.
5 lines
53 B
Makefile
5 lines
53 B
Makefile
SUBDIRS = src tests
|
|
|
|
include buildsys.mk
|
|
|
|
tests: src
|