summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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