docs: update

This commit is contained in:
Dylan Araps
2019-10-12 20:44:49 +03:00
parent bdc6cf84c8
commit e31b96f088
3 changed files with 4 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
CFLAGS+= -Wall
CFLAGS+= -std=c99 -Wall -Wno-deprecated-declarations -pedantic
LDADD+= -lX11
LDFLAGS=
PREFIX?= /usr