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