diff options
| author | EuAndreh <eu@euandre.org> | 2025-12-15 13:50:02 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2025-12-15 13:50:02 -0300 |
| commit | c095d9ab535e5eb70e1213e09e89dc427901375c (patch) | |
| tree | 09b9cbbddb9aeeb543d957220a50662f19ffea1b | |
| parent | Makefile: Fix symlink on rebuilds (diff) | |
| download | datomic-c095d9ab535e5eb70e1213e09e89dc427901375c.tar.gz datomic-c095d9ab535e5eb70e1213e09e89dc427901375c.tar.xz | |
Makefile: Include etc/logback.xml in final jar
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -136,8 +136,8 @@ integration.jar: tests/integration__init.class unit.jar integration.jar: cd tests && jar -cvf ../$@ $**.class -dir-transactor.sentinel: extracted.sentinel $(NAME).dir - rsync -a --delete lib/*.dir/ $(NAME).dir/ transactor.d +dir-transactor.sentinel: etc/logback.xml extracted.sentinel $(NAME).dir + rsync -a --delete etc/logback.xml lib/*.dir/ $(NAME).dir/ transactor.d touch $@ transactor.jar: dir-transactor.sentinel |
