Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 493 Bytes

File metadata and controls

27 lines (18 loc) · 493 Bytes

Makefile scripts

in cati makefile, is some useful scripts.

make header

updates codes header copyright.

make compile (as default target)

compiles program with pyinstaller.

make install

install program.

make clean

clears build files.

make pylint

scans code of program with pylint and put output in pylint.out file.

make test

runs tests.

make all

runs all of actions. this target is very useful.

make help

shows self documented help for makefile.