mirror of
https://github.com/st3fan/ewm.git
synced 2025-04-06 21:37:06 +00:00
Use -std=c99 instead of -std=c11
This commit is contained in:
parent
a5b5a887b5
commit
3fb4b362d8
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user