diff options
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 |