added an icon on windows
This commit is contained in:
parent
b6f9db8264
commit
98e9aef965
11 changed files with 104 additions and 100 deletions
36
Makefile
36
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue