Trivial whitespace cleanups
Delete trailing whitespace at the ends of lines; ensure files have newlines at the end. Signed-off-by: Dan Cross <patchdev@fat-dragon.org>
This commit is contained in:
committed by
Andrew Pamment
parent
1c7849b724
commit
d8c32639e4
@@ -7,11 +7,11 @@ all: magicka
|
||||
magicka:
|
||||
cd src && $(MAKE) -f GNUmakefile.$(OS)
|
||||
|
||||
www:
|
||||
www:
|
||||
cd src && $(MAKE) -f GNUmakefile.$(OS) www
|
||||
|
||||
clean:
|
||||
cd src && $(MAKE) -f GNUmakefile.$(OS) clean
|
||||
|
||||
|
||||
cleanwww:
|
||||
cd src && $(MAKE) -f GNUmakefile.$(OS) clean
|
||||
|
Reference in New Issue
Block a user