Skip to content

Commit

Permalink
Add UI helper to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexeh committed Jan 30, 2024
1 parent bb2efe3 commit c0f4031
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ build-exe:

make-version:
@echo "Making version manifest"
@poetry run python joystick_diagrams/classes/version/version.py
@poetry run python joystick_diagrams/classes/version/version.py

ui:
@echo "Generating UI python"
@cmd /C ".\scripts\convert_ui.bat"

0 comments on commit c0f4031

Please sign in to comment.