Made make dev work
This commit is contained in:
2
Makefile
2
Makefile
@@ -13,7 +13,7 @@ all:
|
||||
|
||||
#Uses picky extensions and makes everything(Extensions may break compiling)
|
||||
dev:
|
||||
make all CFLAGS+=-Wshadow -Wunreachable-code -Wswitch-enum -Wswitch-default -Wcast-align -Winit-self -Wpointer-arith
|
||||
make all CFLAGS+="-Wshadow -Wunreachable-code -Wswitch-enum -Wswitch-default -Wcast-align -Winit-self -Wpointer-arith"
|
||||
|
||||
#Makes a debug build
|
||||
debug:
|
||||
|
Reference in New Issue
Block a user