X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=Makefile;h=5809c575cb5d2adfb53dd344afbaf0cd909bb646;hp=5e9510c444aeb50529cbd40c399808fe896add4c;hb=1fb5f7e36af1a4de040bc2989133703b0e0d4a9f;hpb=eceb970628068ae621ef9523a669a2b66a82fd8a diff --git a/Makefile b/Makefile index 5e9510c..5809c57 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ ifeq ($(DEP_TRACKING),true) COMPILE = ./tools/compile.lua endif -ifeq ($(AS_NEEDED),true) +ifeq ($(DEP_MINIMIZING),true) LINK = ./tools/link.lua endif