Skip to content

Commit

Permalink
Fix help description of the Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
KmolYuan committed Jun 28, 2020
1 parent 10e936c commit 797e727
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ help:
@echo all: build kernel only.
@echo help: show this help message.
@echo doc: build the API documents.
@echo build-pack: build Pyslvs executable file.
@echo pack: build Pyslvs executable file.
@echo build: build kernel only.
@echo install: install Pyslvs by setuptools.
@echo uninstall: uninstall Pyslvs by pip.
@echo clean-pack: clean up executable file and PyInstaller items,
@echo but not to delete kernel binary files.
@echo test: run kernel unittest.
@echo test-pack: run pack self-check.
@echo clean: clean up kernel binary files.
@echo clean-pack: clean up executable file and PyInstaller items,
@echo but not to delete kernel binary files.
@echo clean-all: clean every binary files and executable file.

doc: build
Expand Down

0 comments on commit 797e727

Please sign in to comment.