index
:
proclist
---
summary
about
tree
log
branches
<<
path:
root
/public/proclist.git/html/Makefile
blob:
1d44c41d786deb50b261012366a4e634f3e98f42
[
raw
] [
clear marker
]
0
.PHONY: test
1
2
test:
3
@echo "===> Testing"
4
nvim -u dev/min.lua --noplugin test_data
5