YouTube_captions_search_engine/Makefile
Benjamin Loison 68800a25a0 Make compatible with Debian
More precise ly make compatible with `gcc version 10.2.1 20210110 (Debian 10.2.1-6)`
2023-01-02 18:23:30 +01:00

5 lines
63 B
Makefile

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