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