Browse Source

Allow to build tests from root dir

Signed-off-by: falkTX <falktx@falktx.com>
pull/272/head
falkTX 3 years ago
parent
commit
3a8bd346b7
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      Makefile

+ 4
- 1
Makefile View File

@@ -52,6 +52,9 @@ else
gen:
endif

tests:
$(MAKE) -C tests

# --------------------------------------------------------------

clean:
@@ -71,4 +74,4 @@ endif

# --------------------------------------------------------------

.PHONY: dgl examples
.PHONY: dgl examples tests

Loading…
Cancel
Save