Build as C99
[khatus.git] / x5 / Makefile
... / ...
CommitLineData
1CPPFLAGS := -D_POSIX_C_SOURCE=200809L
2CFLAGS := -std=c99 -Wall -Wextra
3LDLIBS := -lX11
4
5.PHONY: build clean rebuild
6
7build: khatus
8
9clean:
10 @ find . -type f -executable -delete
11
12rebuild:
13 @$(MAKE) -s clean
14 @$(MAKE) -s build
This page took 0.022714 seconds and 4 git commands to generate.