calebsmith / automaton

A cellular automata runner in C with Scheme scripting support
GNU General Public License v2.0
5 stars 3 forks source link

Fix makefile to follow dependency chain #6

Closed calebsmith closed 10 years ago

calebsmith commented 10 years ago

The current Makefile is quick and dirty. It often requires "make -B" to pick up new changes and often wastes effort compiling stale modules.