aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 9e7d788..cf478ce 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -8,6 +8,8 @@ TESTS = float
tests: $(TESTS:%=%.diff)
+build: $(TESTS:%=%.rxe)
+
%.rxe: %.nxc
$(NBC) $(OPTIMIZE) $(FIRMWARE) -O=$@ $<