diff options
author | EuAndreh <eu@euandre.org> | 2022-11-28 08:42:09 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-28 08:42:09 -0300 |
commit | f95bc788dcf1fbb933905f4f059576c443e87f49 (patch) | |
tree | b6d17663f9ae4053ba85fcc6fa6953c37bb02d30 /Makefile | |
parent | src/infrastructure/guix/system.scm: Add hostname to cronjob email subject (diff) | |
download | toph-f95bc788dcf1fbb933905f4f059576c443e87f49.tar.gz toph-f95bc788dcf1fbb933905f4f059576c443e87f49.tar.xz |
Makefile: Add "public" as adependency to "dev-check"
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ clean: rm -rf \ .sentinel/ public/ -dev-check: check +dev-check: check public public: |