diff options
author | EuAndreh <eu@euandre.org> | 2024-03-25 08:05:22 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-03-28 10:31:43 -0300 |
commit | 606d38bd5701794ea1d9f7b9be88b25a33db94e0 (patch) | |
tree | a91753729310adbd57cba4812e3d61f5be694f04 /deps.mk | |
parent | Node.js -> Go (diff) | |
download | papod-606d38bd5701794ea1d9f7b9be88b25a33db94e0.tar.gz papod-606d38bd5701794ea1d9f7b9be88b25a33db94e0.tar.xz |
Adapt build and installation
Diffstat (limited to 'deps.mk')
-rw-r--r-- | deps.mk | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -1,12 +1,12 @@ -sources.go = \ - src/papo.go \ - -tests.go = \ - tests/papo_test.go \ - sources.sql = \ src/sql/migrations/2023-11-16T15:46:27-03:00-init-auth-data.sql \ +sources.static = \ + src/static/client.js \ + src/static/favicon.svg \ + src/static/index.html \ + src/static/styles.css \ + manpages.en.in = \ doc/papo.en.1.in \ doc/papo.en.3go.in \ @@ -15,6 +15,3 @@ manpages.en.in = \ doc/papo.why.en.7.in \ manpages.in = $(manpages.en.in) - - -tests/papo_test.bin-check: tests/papo_test.bin |