diff options
author | Anders Svensson <[email protected]> | 2011-10-09 21:37:22 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2011-10-10 11:27:07 +0200 |
commit | 9118a8b0772aff1aa5b1ec1f280e67aed38f8826 (patch) | |
tree | 3a5bb98a448ec7d8e13e7028121e80e495535516 | |
parent | 421281c888cc99239833c5cd359e12a9c7594b42 (diff) | |
download | otp-9118a8b0772aff1aa5b1ec1f280e67aed38f8826.tar.gz otp-9118a8b0772aff1aa5b1ec1f280e67aed38f8826.tar.bz2 otp-9118a8b0772aff1aa5b1ec1f280e67aed38f8826.zip |
Add beam target to makefile
-rw-r--r-- | lib/diameter/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diameter/test/Makefile b/lib/diameter/test/Makefile index dba1f126dc..04e686c969 100644 --- a/lib/diameter/test/Makefile +++ b/lib/diameter/test/Makefile @@ -77,7 +77,7 @@ ERL_COMPILE_FLAGS += $(DIAMETER_ERL_COMPILE_FLAGS) \ all: $(SUITES) -tests debug opt: $(TARGET_FILES) +beam tests debug opt: $(TARGET_FILES) clean: rm -f $(TARGET_FILES) |