first commit
This commit is contained in:
commit
10e60e4e3c
2 changed files with 77 additions and 0 deletions
18
Makefile
Normal file
18
Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
#COPYRIGHT no one cares lol
|
||||
|
||||
#files to compile
|
||||
|
||||
OBJS = src/main.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