Skip to content

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfredChester committed Dec 22, 2022
1 parent 0c192dc commit 12675e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
default:
pyinstaller .\entry.spec --noconfirm
pyinstaller .\entry.spec --noconfirm
mkdir dist\fuckCpp\js
xcopy js dist\fuckCpp\js /e /y

0 comments on commit 12675e5

Please sign in to comment.