repo.or.cz
/
sunny256-utils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
パスワード生成スクリプト
[sunny256-utils.git]
/
src
/
fldb
/
Makefile
blob
4fda6271f73ad3794a6be74fc08524eb99ae7a72
1
# Makefile
2
# File ID: f146dfb2-4aee-11e6-ad43-02010e0a6634
3
# Author: Øyvind A. Holm <sunny@sunbase.org>
4
5
.PHONY
:
all
6
all
:
7
8
.PHONY
:
clean
9
clean
:
10
cd tests
&& $(
MAKE
)
clean
11
12
.PHONY
:
test
13
test
:
14
cd tests
&& $(
MAKE
)