repo.or.cz
/
vis-test.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
test/sam: add tests for empty matches at the end of a range
[vis-test.git]
/
Makefile
blob
d5c770b9dafb29ee0c612d798413bc70b180b85e
1
test
:
2
@
$(
MAKE
) -
C core
3
@
$(
MAKE
) -
C lua
4
@
$(
MAKE
) -
C vis
5
@
$(
MAKE
) -
C sam
6
@
$(
MAKE
) -
C vim
7
8
clean
:
9
@
$(
MAKE
) -
C core
clean
10
@
$(
MAKE
) -
C lua
clean
11
@
$(
MAKE
) -
C vis
clean
12
@
$(
MAKE
) -
C sam
clean
13
@
$(
MAKE
) -
C vim
clean
14
@
$(
MAKE
) -
C util
clean
15
16
.PHONY
:
test clean