5 lines
83 B
Makefile
5 lines
83 B
Makefile
all:
|
|
g++ main.cpp ../Progress.cpp ../StatusBarManager.cpp -o example
|
|
|
|
.PHONY: all
|