Skip to content

Commit

Permalink
build: no pycache
Browse files Browse the repository at this point in the history
  • Loading branch information
svenssonaxel committed Oct 2, 2019
1 parent 6fc1b29 commit c2e23c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ doc:
cd doc; make VERSION=$(VERSION)

release: libkeyboa windows doc *LICENSE README.md
mkdir -p release/libkeyboa release/man
cp -pr windows/*.exe *LICENSE README.md layout* release/
mkdir -p release/libkeyboa release/man release/layout1
cp -pr windows/*.exe *LICENSE README.md layout2.py release/
cp -pr libkeyboa/release/* release/libkeyboa
cp -pr doc/release/*.[15] release/man
cp -pr layout1/*.py layout1/*.csv release/layout1
echo === Finished building keyboa version $(VERSION)

.PHONY: default install uninstall clean libkeyboa windows doc

0 comments on commit c2e23c1

Please sign in to comment.