added an icon on windows

This commit is contained in:
Return0ne 2021-08-12 14:05:34 -04:00
parent b6f9db8264
commit 98e9aef965
11 changed files with 104 additions and 100 deletions

View file

@ -1,18 +1,18 @@
#COPYRIGHT no one cares lol
#files to compile
OBJS = src/main.cpp src/TobeeRPG.h src/RPG.cpp
#compiler to use
CC = g++
#name of muh bin lel
OBJ_NAME = TobeeRPG
#no regerts cuz its all together now
all : $(OBJS)
$(CC) $(OBJS) -o $(OBJ_NAME)
#COPYRIGHT no one cares lol
#files to compile
OBJS = src/main.cpp src/TobeeRPG.h src/RPG.cpp
#compiler to use
CC = g++
#name of muh bin lel
OBJ_NAME = TobeeRPG
#no regerts cuz its all together now
all : $(OBJS)
$(CC) $(OBJS) -o $(OBJ_NAME)