diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-10-08 23:07:41 -0400 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-10-08 23:07:41 -0400 |
commit | 4ad0c5d1be1478e2f937cb70023df0b26e242ac3 (patch) | |
tree | 09117b8a29ef4aff0c1ebeb63c7b432b4d90df6c /Makefile.am | |
parent | 7e69a0c2b61024ed12a9980fda4952dd3754f3f0 (diff) | |
download | tame-4ad0c5d1be1478e2f937cb70023df0b26e242ac3.tar.gz tame-4ad0c5d1be1478e2f937cb70023df0b26e242ac3.tar.bz2 tame-4ad0c5d1be1478e2f937cb70023df0b26e242ac3.zip |
Include dslc Java build as submake
This will now automatically build on recursive target `all'.
* Makefile.am (SUBDIRS): Add `src/current/src'.
* src/current/src/Makefile: (.PHONY): Add `all'.
(all): New target. Alias to `dslc'.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 01ac8a8..f543806 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. ## -SUBDIRS = doc progtest +SUBDIRS = src/current/src doc progtest path_src = src path_test = test |