From: Marco Peereboom Date: Mon, 29 Oct 2012 16:45:57 +0000 (-0500) Subject: remove clang target X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=438e30293cfd561c45c3242e43f68b721648d633;p=spectrwm.git remove clang target --- diff --git a/Makefile b/Makefile index c18bff2..d32b0b2 100644 --- a/Makefile +++ b/Makefile @@ -35,10 +35,6 @@ CC=clang CXX=clang++ CPP=clang -E CFLAGS+=--analyze -.elif ${.TARGETS:M*clang*} -CC=clang -CXX=clang++ -CPP=clang -E .endif analyze: all