mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
8 lines
268 B
Makefile
8 lines
268 B
Makefile
.PHONY: license
|
|
license:
|
|
copyright-header --license LGPL3 --copyright-holder "Thomas Krijnen <thomas@aecgeeks.com>" --copyright-year "2022" --copyright-software "IfcBlender" --copyright-software-description "Blender IFC Importer" -a ./ -o ./
|
|
|
|
.PHONY: qa
|
|
qa:
|
|
black .
|