From 18da47b30dc9766b52070dcece6c28d46c175d2a Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Mon, 29 May 2023 16:02:18 +0600 Subject: [PATCH] Removed local build for debugging --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 1537dd6..23b99ae 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,6 @@ uninstall: @echo "Uninstall: OK" install: check uninstall - @gcc source/ubl-settings-repomanager.c source/ubl-utils.c source/ubl-strings.h -o ubl-settings-repomanager `pkg-config --cflags --libs gtk+-3.0 webkit2gtk-4.0 webkit2gtk-web-extension-4.0` -g @echo "Install ..." @for FILE_PO in $(wildcard *.po); do \ LANG=$${FILE_PO##*_};LANG=$${LANG%.*}; \