diff options
author | EuAndreh <eu@euandre.org> | 2023-04-02 08:12:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-02 08:12:53 -0300 |
commit | a7b0e4c6453bbd43037e8751865b73a3f629f2d7 (patch) | |
tree | 7c090d34765104594ded63393d3db655594a47d7 /aux/dev.mk | |
parent | aux/checks/spelling.sh: Do not echo (diff) | |
download | remembering-a7b0e4c6453bbd43037e8751865b73a3f629f2d7.tar.gz remembering-a7b0e4c6453bbd43037e8751865b73a3f629f2d7.tar.xz |
Makefile: Unify calls to aux/dev.mk
Diffstat (limited to 'aux/dev.mk')
-rw-r--r-- | aux/dev.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,6 +108,6 @@ manfooter.sentinel: for f in aux/checks/manpages/*.in; do $(MAKE) -f aux/dev.mk "$${f%.in}"; done touch $@ -check: $(test-files) +dev-check: $(test-files) ALWAYS: |