X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile;h=5e0fddb08bc741a61c4222653e91f7ff79a7e358;hb=58132eea0d62ee292d0ff88ee47469d1759f6832;hp=cd86be7203be060f04e2cbb09b63102bf0a02d0c;hpb=bcc5017524dea12048cdbf45635ee987f8e85acc;p=debian%2Fyforth diff --git a/Makefile b/Makefile index cd86be7..5e0fddb 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ INCLUDES = block.h blocke.h config.h core.h coree.h defaults.h double.h \ string.h tools.h toolse.h udio.h ver.h ycore.h yforth.h yforth: div.h $(OBJECTS) - $(CC) $(MATHLIB) -o yforth $(OBJECTS) + $(CC) -o yforth $(OBJECTS) $(MATHLIB) div.h: div ./div