aFewBits / stc-led-clock

Replacement firmware for STC 8051 based DIY LED clock kits
MIT License
55 stars 20 forks source link

lastadr.awk script referenced in makefile missing from repo #2

Closed zerog2k closed 7 years ago

zerog2k commented 7 years ago

https://github.com/aFewBits/stc-led-clock/blob/master/Makefile#L18

...
cp build/main.ihx main.hex
awk -f lastadr.awk main.hex
awk: cannot open lastadr.awk (No such file or directory)
Makefile:16: recipe for target 'main' failed
make: *** [main] Error 2
aFewBits commented 7 years ago

It has been in and out of the makefile. Seems to confuse too many people so it's gone again.