PacktPublishing / Extreme-C

Extreme C, published by Packt
MIT License
314 stars 129 forks source link

Fix Makefile build examples #9

Open impi85 opened 6 months ago

impi85 commented 6 months ago

In this pull request you can find fixes for classes not found exception

It resolves this kind of errors in running make

main.c:(.text+0x1a): undefined reference to add' /usr/bin/ld: main.c:(.text+0x3f): undefined reference tosubtract' /usr/bin/ld: main.c:(.text+0x64): undefined reference to `multiply'

tested on gcc version 12.2.0 (Debian 12.2.0-14)