Browse Source

Using standard

Piotr Czajkowski 5 years ago
parent
commit
f84753813b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      makefile

+ 2 - 2
makefile

@@ -1,4 +1,4 @@
-CFLAGS=-g -Wall -Wextra -O3 -std=gnu99
+CFLAGS=-g -Wall -Wextra -O3 -std=c99
 objects=bom.o
 mingw=x86_64-w64-mingw32-gcc
 
@@ -23,4 +23,4 @@ win/bomToolkit.exe:
 
 win: win/bomToolkit.exe
 
-default: bomToolkit
+default: bomToolkit