mirror of
https://github.com/st3fan/ewm.git
synced 2025-08-07 22:25:21 +00:00
Use -std=c99 instead of -std=c11
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
||||
|
||||
CC=cc
|
||||
CFLAGS=-O3 -std=c11 -Werror -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
|
||||
CFLAGS=-O3 -std=c99 -Werror -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
|
||||
SOURCES=cpu.c ins.c pia.c mem.c ewm.c
|
||||
OBJECTS=$(SOURCES:.c=.o)
|
||||
LIBS=-lcurses
|
||||
|
Reference in New Issue
Block a user