X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile;h=ea0f12e4622ec6937f98b9104b0544561e1e2937;hb=b1176539b41432fec283cb2d21b77efda04b3780;hp=c1a785f92a5600a87068a1410f44f32e26a8dd09;hpb=2ee35049f829fc523bab32504f31cfdef6745757;p=fw%2Fsdcc diff --git a/Makefile b/Makefile index c1a785f9..ea0f12e4 100644 --- a/Makefile +++ b/Makefile @@ -6,12 +6,14 @@ SHELL = /bin/sh PRJDIR = . +include $(PRJDIR)/Makefile.common + SDCC_MISC = debugger/mcs51 sim/ucsim -SDCC_LIBS = support/cpp support/cpp2 +SDCC_LIBS = support/cpp support/cpp2 support/makebin SDCC_DOC = doc # Parts that are not normally compiled but need to be cleaned -SDCC_EXTRA = support/regression support/makebin +SDCC_EXTRA = support/regression SDCC_ASLINK = as/mcs51 as link SDCC_PACKIHX = packihx