Implement log levels
[khatus.git] / x5 / Makefile
... / ...
CommitLineData
1CFLAGS := -Wall -Wextra
2LDLIBS := -lX11
3
4.PHONY: build clean rebuild
5
6build: khatus
7
8clean:
9 @ find . -type f -executable -delete
10
11rebuild:
12 @$(MAKE) -s clean
13 @$(MAKE) -s build
This page took 0.021126 seconds and 4 git commands to generate.