パスワード生成スクリプト
[sunny256-utils.git] / src / fldb / Makefile
blob4fda6271f73ad3794a6be74fc08524eb99ae7a72
1 # Makefile
2 # File ID: f146dfb2-4aee-11e6-ad43-02010e0a6634
3 # Author: Øyvind A. Holm <sunny@sunbase.org>
5 .PHONY: all
6 all:
8 .PHONY: clean
9 clean:
10 cd tests && $(MAKE) clean
12 .PHONY: test
13 test:
14 cd tests && $(MAKE)