diff options
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 47227fc8..2ff046c8 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -16,5 +16,5 @@ check_PROGRAMS = runner.beam CLEANFILES = test.ini -runner.beam: runner.erl +runner.beam$(EXEEXT): runner.erl $(ERLC) $< |