mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 15:53:00 +00:00
8 lines
264 B
Makefile
8 lines
264 B
Makefile
|
|
.PHONY: license
|
||
|
|
license:
|
||
|
|
copyright-header --license LGPL3 --copyright-holder "Dion Moult <dion@thinkmoult.com>" --copyright-year "2021" --copyright-software "BIMTester" --copyright-software-description "OpenBIM Auditing Tool" -a ./ -o ./
|
||
|
|
|
||
|
|
.PHONY: qa
|
||
|
|
qa:
|
||
|
|
black .
|