This is an old revision of the document!
notice that all indention is mode with [tabs]
[tabs]
main.bin: main.c lib.c2 gcc -o main.bin main.c lib.c
<code> ifeq ($(PLATFORM),Linux)
CMD = ls -lh
else
CMD = dir
endif