std.c: usage(): Use `myerror()` instead of `fprintf()`
[sunny256-utils.git] / Lib / Makefile
blobb50a878bdd6ea7c6e65fc765613f9b70a7022048
1 # Lib/Makefile
2 # File ID: bfd8fbc6-4b03-11e6-811f-02010e0a6634
3 # Author: Øyvind A. Holm <sunny@sunbase.org>
5 .PHONY: all
6 all:
7 cd perllib && $(MAKE)
8 cd std && $(MAKE)
10 .PHONY: clean
11 clean:
12 cd perllib && $(MAKE) clean
13 cd std && $(MAKE) clean
15 .PHONY: format
16 format:
17 cd std && $(MAKE) format
19 .PHONY: test
20 test:
21 cd perllib && $(MAKE) test
22 cd std && $(MAKE) test
24 .PHONY: testport
25 testport:
26 cd std && $(MAKE) testport