mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 23:33:57 +01:00
be consistent with the naming of the test targets
This commit is contained in:
parent
89adcf38d4
commit
07cb63c89d
4
Makefile
4
Makefile
@ -74,7 +74,7 @@ valgrind: debug
|
||||
gdb: debug
|
||||
cgdb ${PROJECT}-debug
|
||||
|
||||
tests: ${OBJECTS}
|
||||
test: ${OBJECTS}
|
||||
$(QUIET)make -C tests run
|
||||
|
||||
dist: clean
|
||||
@ -141,4 +141,4 @@ uninstall:
|
||||
|
||||
-include $(wildcard .depend/*.dep)
|
||||
|
||||
.PHONY: all options clean doc debug valgrind gdb dist doc install uninstall tests
|
||||
.PHONY: all options clean doc debug valgrind gdb dist doc install uninstall test
|
||||
|
Loading…
Reference in New Issue
Block a user