diff --git a/makefile b/makefile index 9e6122e..ee3ba6c 100644 --- a/makefile +++ b/makefile @@ -15,4 +15,4 @@ clean: Spell.o Character.o striped: Spell.o Character.o main.cpp lib/Character.hpp lib/Spell.hpp g++ -s main.cpp -o main Spell.o Character.o -all: Spell.o Character.o main \ No newline at end of file +all: Spell.o Character.o main