Skip to content
Snippets Groups Projects
Commit 5f5e11dc authored by Tony Farrell's avatar Tony Farrell Committed by afarrell
Browse files

Fix release target

	Ensure release target builds.
parent a8f9738d
Branches
Tags 3.18
No related merge requests found
......@@ -35,7 +35,7 @@
#BeginConfig /* Begin the configuration section */
#Generated from dmakefile for ERS
#DramaSystem /* Indicates we are part of drama itself */
ACMM_RELEASE=3_17$(ACMMBUILDVER)
ACMM_RELEASE=3_18$(ACMMBUILDVER)
RELEASE=r$(ACMM_RELEASE)
SYSTEM=ers /* System name (lower case */
USERCCOPTIONS = AnsiCFull() /* Enable full Ansi C compatibilty */
......@@ -118,6 +118,8 @@ clean ::
* Release targets
*/
release :: includes
#if defined(UnixArchitecture)
AutoTest(UnixOnly(release :: test))
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment