mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-08-04 14:12:03 -07:00
docs: update
This commit is contained in:
3
Makefile
3
Makefile
@@ -1,8 +1,7 @@
|
|||||||
CFLAGS += -std=c99 -Wall -Wextra -pedantic
|
CFLAGS += -std=c99 -Wall -Wextra -pedantic -Wold-style-declaration
|
||||||
CFLAGS += -Wmissing-prototypes -Wno-unused-parameter
|
CFLAGS += -Wmissing-prototypes -Wno-unused-parameter
|
||||||
PREFIX ?= /usr
|
PREFIX ?= /usr
|
||||||
BINDIR ?= $(PREFIX)/bin
|
BINDIR ?= $(PREFIX)/bin
|
||||||
|
|
||||||
CC ?= gcc
|
CC ?= gcc
|
||||||
|
|
||||||
all: config.h sowm
|
all: config.h sowm
|
||||||
|
Reference in New Issue
Block a user