hzeller / beagleg

G-code interpreter and stepmotor controller for crazy fast coordinated moves of up to 8 steppers. Uses the Programmable Realtime Unit (PRU) of the Beaglebone.
http://beagleg.org/
GNU General Public License v3.0
122 stars 51 forks source link

Build-system: make `test-binaries` only settles with the second call to make #52

Closed hzeller closed 2 years ago

hzeller commented 2 years ago

Looks like some dependencies are not properly declared:

make clean
make -C src test-binaries  # now these should be built.
make -C src test-binaries  # ... however, this is not a no-op but also builds something