JIC-CSB / kilombo

Kilobot simulator in C
Other
43 stars 17 forks source link

paths in examples Makefiles #25

Closed mhinsch closed 8 years ago

mhinsch commented 8 years ago

The makefiles in the examples reference the swarmbots directory as the location for kilolib.

fjansson commented 8 years ago

All example Makefiles now build only the simulator version by default. The kilobot code is compiled with "make hex" or "make all". (commit 7b930497a300b8534f20d91b4c30e)

The Makefiles now do not set KILOHEADERS variable. Users have to set it themselves, either in the Makefile or as an environment variable. A comment in the Makefiles specify this. (commit c84e25ab7f9a7b707a497e3)