terminal_status_line/example/Makefile
2025-10-27 17:07:57 +02:00

5 lines
83 B
Makefile

all:
g++ main.cpp ../Progress.cpp ../StatusBarManager.cpp -o example
.PHONY: all