From c197c6a9c4d31d3d1bb5616ed84db8b38eaa834a Mon Sep 17 00:00:00 2001 From: myitinos Date: Tue, 10 Sep 2019 22:02:49 +0800 Subject: [PATCH] added newline at the end of file --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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