Giter Site home page Giter Site logo

Comments (2)

hexagon5un avatar hexagon5un commented on July 24, 2024

Hi,

Yeah. I really need to go over the Makefile again with a fine-tooth
comb. (Or just repackage one of the standard ones.)

There may be some stuff in there that are left over from an
over-optimized version that I was using to get the absolute-smallest
code size for some old projects.

Thanks for the push. I'll get on it soon.

 Elliot.

On 14-09-24 21:21:33, Sebastian Fleissner - [email protected] wrote:

Hi, first of all thanks for this awesome resource. I just had a look at the chapter 2 makefile and I noticed that there are two variable definitions that are never used in any of the rules:

List of all header files

HEADERS = $(SRC:.c=.h)

For every .c file, compile an .o object file

OBJ = $(SRC:.c=.o)

Probably remnants from an earlier version?


Reply to this email directly or view it on GitHub:
#7

from avr-programming.

hexagon5un avatar hexagon5un commented on July 24, 2024

Heya,

I finally got around to re-writing (minor bits of) the Makefile, and it's much more "normal" now.

All better.

from avr-programming.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.