YouTube_captions_search_engine/Makefile

5 lines
73 B
Makefile

.PHONY: main
main:
g++ main.cpp -g -std=c++17 -lcurl -lpthread -o main