changeset 52 | c9401e6a62cb |
parent 43 | 07afbd7a1567 |
child 53 | ec1eec96e433 |
51:5d9aed3948a6 | 52:c9401e6a62cb |
---|---|
31 |
31 |
32 install: build/Makefile |
32 install: build/Makefile |
33 $(MAKE) -C build install |
33 $(MAKE) -C build install |
34 |
34 |
35 beauty: |
35 beauty: |
36 find -name '*.[ch]' -exec indent {} \; |
36 find . -name '*.[ch]' -exec indent {} \; |
37 find -name '*.[ch]' -exec eraser {} \; |
37 find . -name '*.[ch]' -exec eraser {} \; |
38 find -name '*~' -exec rm -f {} \; |
38 find . -name '*~' -exec rm -f {} \; |