summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-05-10 19:55:02 +0500
committerPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-05-10 19:55:02 +0500
commit92bee957b4face63285933f48f6d6e04ac064ca8 (patch)
tree00f8b7ae6033165d767c1e371d3a8ce880766e86 /Makefile
parente695a65df9d5a8ee7d5af705c4789e44fbcc0b60 (diff)
Time sorting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f05802..21385d2 100644
--- a/Makefile
+++ b/Makefile
@@ -2,4 +2,4 @@ SOURCEFILES := src/main.cpp src/RSS.cpp
GPPFLAGS := -Wall -Wextra -std=c++23
all:
- g++ $(GPPFLAGS) $(SOURCEFILES) -lcurl -o app
+ g++ $(GPPFLAGS) $(SOURCEFILES) -lcurl -o news