[Swan-dev] makefile misses some dependencies

D. Hugh Redelmeier hugh at mimosa.com
Fri Oct 20 12:07:36 UTC 2017


$ make clean
...
$ make tags
make: 'tags' is up to date.  <== questionable
$ rm tags
$ make tags
$ touch programs/pluto/state_entry.h
make tags
make: 'tags' is up to date. <== wrong!
$ 

Tags doesn't seem to cover programs/pluto/state_entry.h


More information about the Swan-dev mailing list