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