std/c/src/: Fix hardcoded year in std.1.man + fix alignment in main()
[sunny256-utils.git] / Lib / std / Makefile
blob28db546d1b7f25f2c91fd932468ea0e01f9b3652
1 # Lib/std/Makefile
2 # File ID: 6454cafe-4b04-11e6-8c85-02010e0a6634
3 # Author: Øyvind A. Holm <sunny@sunbase.org>
5 .PHONY: all
6 all:
8 .PHONY: clean
9 clean:
10 cd book-cmark && $(MAKE) clean
11 cd c && $(MAKE) -f Makefile.std-test clean
12 cd ly && $(MAKE) clean && rm -f STDprojnameDTS.ly STDprojnameDTS.midi
14 .PHONY: format
15 format:
16 black -l 79 python
18 .PHONY: test
19 test: test-c test-ly test-sh
20 cd book-cmark && $(MAKE) test
22 .PHONY: test-ly
23 test-ly:
24 cd ly && ./test-ly-files
26 .PHONY: test-c
27 test-c:
28 cd c && $(MAKE) -f Makefile.std-test test
30 .PHONY: test-sh
31 test-sh:
32 cd t && ./sh.t
34 .PHONY: testport
35 testport: test-c test-sh