youtube_playlist/Makefile
2024-06-11 15:01:58 +03:00

5 lines
52 B
Makefile

all:
g++ -o youtube_playlist main.cpp
.PHONY: all