mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
8 lines
118 B
Makefile
8 lines
118 B
Makefile
![]() |
all: resources_rc.py
|
||
|
|
||
|
resources_rc.py:
|
||
|
@pyrcc5 -o resources_rc.py res/resources.qrc
|
||
|
|
||
|
clean:
|
||
|
@rm -rf resources_rc.py
|