opensnitch/ui/Makefile
themighty1 be0c051205 makefile:
rename, remove unused targets
    trigger targets only when relevant files actually are changed
git:
    do not track files which are generated during make
github actions fix to not rely on a pre-built ui.pb.go
2021-02-13 18:48:49 +03:00

17 lines
318 B
Makefile

all: opensnitch/resources_rc.py
install:
@pip3 install --upgrade .
opensnitch/resources_rc.py: translations deps
@pyrcc5 -o opensnitch/resources_rc.py opensnitch/res/resources.qrc
translations:
@cd i18n ; make
deps:
@pip3 install -r requirements.txt
clean:
@rm -rf *.pyc
@rm -rf opensnitch/resources_rc.py