k-asm / gbdk

17 stars 5 forks source link

Example Makefile Errors #4

Open MatthewCallis opened 10 years ago

MatthewCallis commented 10 years ago

Makefiles in the examples are wrong:

CC  = ../../../gbdk-support/lcc/lcc -Wa-l -Wl-m -Wl-j

should be

CC  = ../../bin/lcc -Wa-l -Wl-m -Wl-j
x43x61x69 commented 9 years ago

Should be CC = ../../../bin/lcc -Wa-l -Wl-m -Wl-j