X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=x5%2FMakefile;h=98f210c217681a94c18d9f5e7dfc87f02c685a8c;hb=bfab34f8721f6f195659f8de2147f7b81aea88ce;hp=142998869c9f53a07964bf7de839f8c8d21c0f35;hpb=9b5ebc1231a634962f6adbc0919c222101d38053;p=khatus.git diff --git a/x5/Makefile b/x5/Makefile index 1429988..98f210c 100644 --- a/x5/Makefile +++ b/x5/Makefile @@ -1,5 +1,7 @@ +CFLAGS := -Wall -Wextra +LDLIBS := -lX11 + EXECUTABLES := khatus -CC := gcc -Wall .PHONY: \ build \