monstercat-downloader/Makefile

5 lines
43 B
Makefile

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