added makefile and turned on stricter compiler errors

This commit is contained in:
2017-05-30 16:48:46 -04:00
parent 8e59440ef7
commit 302a83dda6
4 changed files with 9 additions and 6 deletions

3
Makefile Normal file
View File

@@ -0,0 +1,3 @@
COMPILERFLAGS=-w=@A-4-33-41-42-43-34-44
all:
corebuild src/compile.native -cflags $(COMPILERFLAGS)