diff options
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 47227fc8..c676ed25 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -12,9 +12,4 @@ TESTS = runner.sh -check_PROGRAMS = runner.beam - -CLEANFILES = test.ini - -runner.beam: runner.erl - $(ERLC) $< +CLEANFILES = runner.beam test.ini |