Update Makefile
This commit is contained in:
parent
a69c0bf2e1
commit
8fb4f1632b
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -2,6 +2,7 @@ all:
|
|||
$(MAKE) -C src all
|
||||
$(MAKE) -C bin all
|
||||
$(MAKE) -C examples all
|
||||
python3 setup.py build_ext --inplace
|
||||
|
||||
install:
|
||||
$(MAKE) -C src install
|
||||
|
@ -11,3 +12,4 @@ clean:
|
|||
$(MAKE) -C src clean
|
||||
$(MAKE) -C bin clean
|
||||
$(MAKE) -C examples clean
|
||||
$(RM) -r build py/hexagram/*.so py/hexagram/__pycache__
|
||||
|
|
Loading…
Add table
Reference in a new issue