Skip to content

Commit

Permalink
Cleanup and experimental Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lvps committed Oct 30, 2024
1 parent 08ff05d commit 7c9b0c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 177 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
all: $(patsubst assets/qt/%.ui, ui/%.py, $(wildcard assets/qt/*.ui))

ui/%.py: assets/qt/%.ui
pyuic5 -x $< -o $@
68 changes: 0 additions & 68 deletions assets/qt/cannolo_select.ui

This file was deleted.

90 changes: 0 additions & 90 deletions assets/qt/diff.ui

This file was deleted.

19 changes: 0 additions & 19 deletions assets/qt/info.ui

This file was deleted.

0 comments on commit 7c9b0c3

Please sign in to comment.