osresearch / micropython

MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
https://micropython.org
MIT License
31 stars 8 forks source link

replace shell hack on mpy-cross with extra prereqs #8

Closed osresearch closed 4 years ago

osresearch commented 4 years ago
myprog: myprog.o file1.o file2.o
       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS)
myprog: .EXTRA_PREREQS = $(CC)
osresearch commented 4 years ago

Closed by https://github.com/osresearch/micropython/commit/08ff25d3fcac32a0e341a4bcb6d754cdf3cefedb and https://github.com/osresearch/micropython/commit/f19481bc07a0a7ce397a5fa70a12652155dd22fd