cpcitor / cpc-dev-tool-chain

A development toolchain to compile your modern C or assembly projects on a modern OS and run on an Amstrad CPC or emulator.
45 stars 5 forks source link

Update Makefile #4

Closed lronaldo closed 9 years ago

lronaldo commented 9 years ago

Solve path issue with 2cdt (path 2cdt/2cdt/2cdt does not exist)

( set -e ; cd 2cdt/2cdt ; make --print-directory ; )
/bin/bash: line 0: cd: 2cdt/2cdt: No such file or directory
Makefile:75: recipe for target '2cdt/2cdt/2cdt' failed
make[1]: *** [2cdt/2cdt/2cdt] Error 1
cpcitor commented 9 years ago

Fixed by commit a589947d0f50c1c634ee1630a6f0f08d3510afd4.