diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2019-02-19 18:34:33 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2019-02-19 18:34:33 (GMT) |
commit | d992b4ae5a35954d4fda460735f6dc861ae7bd26 (patch) | |
tree | e37e3f43cbdd2daf5751512e9197f88ec8081957 /tests/analysis/disass/Makefile | |
parent | 8ff2fec3c71e156391304361631e0a306a4a9afd (diff) |
Ensured all natural links are well created.
Diffstat (limited to 'tests/analysis/disass/Makefile')
-rw-r--r-- | tests/analysis/disass/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/analysis/disass/Makefile b/tests/analysis/disass/Makefile index 17df230..8359b5c 100644 --- a/tests/analysis/disass/Makefile +++ b/tests/analysis/disass/Makefile @@ -1,5 +1,5 @@ -EXECUTABLES=hello endofname irreducible selfloop evalcommand +EXECUTABLES=hello endofname irreducible selfloop evalcommand h1b all: $(EXECUTABLES) @@ -18,5 +18,8 @@ selfloop: selfloop.c evalcommand: evalcommand.c $(ARM_CROSS)gcc $< -o $@ +h1b: h1b.c + $(ARM_CROSS)gcc $< -o $@ + clean: rm -f $(EXECUTABLES) |