new-dialogue #8

Merged
fedir merged 33 commits from new-dialogue into main 2025-05-06 18:10:44 +02:00
Showing only changes of commit 747077f365 - Show all commits

View File

@ -46,7 +46,7 @@ endif
TARGETS := $(BUILD_DIR)/zenity
ifeq ($(TEST), 1)
#TARGETS += icfs_test
TARGETS += zenity_test
endif
@ -54,7 +54,10 @@ endif
default: $(TARGETS)
.PHONY: clean
.PHONY: clean zenity_test
zenity_test: $(BUILD_DIR)/zenity
./zenity 666 cat /home/fedir Downloads
$(BUILD_DIR)/zenity: $(BUILD_DIR)/zenity.o
$(CC) $(CFLAGS) $^ $(LDFLAGS) -o $(BUILD_DIR)/zenity