aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile19
1 files changed, 2 insertions, 17 deletions
diff --git a/Makefile b/Makefile
index 7a077b5..e95795b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,20 +1,5 @@
-targets = test_0
-targets += test_1
-targets += test_2
-targets += test_3
-targets += test_4
-targets += test_5
-targets += test_6
-targets += test_7
-targets += test_8
-targets += test_9
-targets += test_10
-targets += test_11
-targets += test_12
-targets += test_13
-targets += test_14
-targets += test_15
-targets += test_16
+offs = $(shell seq 0 1 16)
+targets = $(addprefix test_,$(offs))
all: $(targets)