Skip to content

Commit

Permalink
Change target's name
Browse files Browse the repository at this point in the history
  • Loading branch information
leonmavr committed Aug 12, 2024
1 parent 4dacf47 commit 54de267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CC = g++
TARGET = demo
TARGET = play
SRC_DIR = src
INC_DIR = include
CFLAGS = -std=c++17 -I$(INC_DIR) -Wall
Expand Down

0 comments on commit 54de267

Please sign in to comment.