X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=Makefile.base;h=bd411f2ca5d110e6623aba5419958c0a40ac12ec;hp=756e55c478001d252b6a9f4eb28d59195cf1db70;hb=e1591a12a775a600572ffccb2d6f8f4d6343b7dd;hpb=b8da43fbb954ca62228ecae24761b3ab6793d74e diff --git a/Makefile.base b/Makefile.base index 756e55c..bd411f2 100644 --- a/Makefile.base +++ b/Makefile.base @@ -9,7 +9,7 @@ include input/Makefile fceu2: ${OBJECTS} ${MOBJS} ${MUOBJS} ${MUSOBJS} ${INPOBJS} ${OBJDRIVER} ${CC} -o fceu ${OBJECTS} ${MOBJS} ${MUOBJS} ${MUSOBJS} ${INPOBJS} ${OBJDRIVER} ${LDRIVER} -ifndef DEBUG +ifndef NOSTRIP $(STRIP) fceu endif