repo.or.cz
/
deployable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added a test
[deployable.git]
/
t
/
03
/
Makefile
blob
c5fb96c215c10ee72a74873beefb6f134ba38248
1
compile
:
2
..
/
..
/
deployable
--
output
test
.pl
--
bundle
--
no-tar hello.sh
3
4
test
:
check clean
5
6
execute
:
7
.
/
test
.pl
8
9
clean
:
10
@
rm
-
rf
test
.pl
11
12
check
:
compile
13
@echo
-
e
"
\n
all tests successful"