This website works better with JavaScript.
Explore
Help
Sign In
linuxdv.org
/
linuxdv-backend
Watch
1
Star
0
Fork
You've already forked linuxdv-backend
0
Code
Issues
Pull Requests
Releases
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
184
Commits
1
Branch
0
Tags
4.7 MiB
Tree:
57bf95747d
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '57bf95747d'
${ noResults }
linuxdv-backend
/
Makefile
8 lines
94 B
Raw
Normal View
History
Unescape
Escape
+ service Makefile
9 years ago
all
:
lint
tests
lint
:
find lib/ -name
'*.pm'
-exec perl -Ilib -c
{
}
\;
tests
:
prove -l -r