summaryrefslogtreecommitdiff
path: root/tests/analysis/disass/Makefile
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-02-21 20:33:20 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-02-21 20:33:20 (GMT)
commitd6bf56e4a75be0fe0946189a42dd7baecb399903 (patch)
tree4fe89b83cd353c894a9214c063551ca225740c31 /tests/analysis/disass/Makefile
parentd992b4ae5a35954d4fda460735f6dc861ae7bd26 (diff)
Fixed a little mistake introduced in 7fc86b40.
Diffstat (limited to 'tests/analysis/disass/Makefile')
-rw-r--r--tests/analysis/disass/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/analysis/disass/Makefile b/tests/analysis/disass/Makefile
index 8359b5c..4fd0338 100644
--- a/tests/analysis/disass/Makefile
+++ b/tests/analysis/disass/Makefile
@@ -1,5 +1,5 @@
-EXECUTABLES=hello endofname irreducible selfloop evalcommand h1b
+EXECUTABLES=hello endofname irreducible selfloop evalcommand h1b h2
all: $(EXECUTABLES)
@@ -21,5 +21,8 @@ evalcommand: evalcommand.c
h1b: h1b.c
$(ARM_CROSS)gcc $< -o $@
+h2: h2.c
+ $(ARM_CROSS)gcc $< -o $@
+
clean:
rm -f $(EXECUTABLES)