mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 10:11:43 -05:00
Merge branch 'master' of github.com:baskerville/bspwm
This commit is contained in:
commit
5ab0261915
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
VERSION = 0.7
|
||||
|
||||
CC = gcc
|
||||
CC ?= gcc
|
||||
LIBS = -lm -lxcb -lxcb-icccm -lxcb-ewmh -lxcb-randr
|
||||
CFLAGS += -std=c99 -pedantic -Wall -Wextra -I$(PREFIX)/include
|
||||
CFLAGS += -D_POSIX_C_SOURCE=200112L -DVERSION=\"$(VERSION)\"
|
||||
|
|
Loading…
Add table
Reference in a new issue