gcc
This commit is contained in:
parent
ac57713f81
commit
3fa0e4d1ac
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
PREFIX := /usr/local
|
PREFIX := /usr/local
|
||||||
CC := cc
|
CC := gcc
|
||||||
CFLAGS := -pedantic -Wall -Wno-deprecated-declarations -Os
|
CFLAGS := -pedantic -Wall -Wno-deprecated-declarations -Os
|
||||||
LDFLAGS := -lX11
|
LDFLAGS := -lX11
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue