diff options
Diffstat (limited to 'debug/Makefile.am')
-rw-r--r-- | debug/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/Makefile.am b/debug/Makefile.am index 7295ee61..db6f47f7 100644 --- a/debug/Makefile.am +++ b/debug/Makefile.am @@ -11,7 +11,8 @@ noinst_PROGRAMS = \ memusage \ crc32 \ known_sizes \ - hex2bin + hex2bin \ + testfilegen-arm64 AM_CPPFLAGS = \ -I$(top_srcdir)/src/common \ |