beremiz
Clone
Summary
Browse
Changes
Graph
Tests: force bigger fonts and flat theme in GTK to make OCR more reliable.
wxPython4
2022-11-20, Edouard Tisserant
b6bca75bf3fa
Tests: force bigger fonts and flat theme in GTK to make OCR more reliable.
BEREMIZ_OBJS = $(BEREMIZSRC:.c=.o)
all: warn some_binary
@echo "*** all done ***"
warn:
@echo "*** Sample Makefile, does nothing ***"
some_binary: $(BEREMIZ_OBJS)
@echo "* Would link $^ -> $@"
%.o: %.c
@echo "* Would compile $< -> $@"