Reworked downloaded now available. Tagging not working

This commit is contained in:
2024-07-01 12:52:39 +03:00
parent b499c65ac8
commit 438ccdc9d7
8 changed files with 167 additions and 1085 deletions

View File

@@ -1,4 +1,9 @@
srcs += main.cpp
srcs += curl_dl.cpp
srcs += monstercat_dl.cpp
srcs += common.cpp
all:
g++ main.cpp -o mcat_dl
g++ ${srcs} -lcurl -o mcat_dl
.PHONY: all