Finshed up the regex backend
This commit is contained in:
parent
204147a3d2
commit
13088c9d7a
39 changed files with 481 additions and 250 deletions
3
Makefile
3
Makefile
|
|
@ -17,6 +17,9 @@ CONFIG_VARS= INCLUDE_TESTS
|
|||
test: src/test_suite
|
||||
$<
|
||||
|
||||
examples/all: src/all
|
||||
examples/compile: src/compile
|
||||
|
||||
define SUBDIR_TEMPLATE
|
||||
$(1)/%:
|
||||
$$(MAKE) -C $(1) $$*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue