repo.or.cz
/
gitspread.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
t/Makefile: clean: Delete "tmpdir"
[gitspread.git]
/
Makefile
blob
4b085227b503deae7e4930642c8846f498295eaf
1
#!/usr/bin/make
2
3
# Makefile for gitspread
4
# File ID: 567ed908-6129-11e0-8701-ef2dbadb811d
5
6
.PHONY
:
all
7
all
:
8
9
.PHONY
:
clean
10
clean
:
11
cd t
&& $(
MAKE
)
clean
12
13
.PHONY
:
test
14
test
:
15
cd t
&& $(
MAKE
)
test