1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 07:30:21 +00:00
Bruce Mitchener 987c38b465
Build .o files for executables separately. (#296)
We need to build `.o` files for the executables separately from
their link step. This lets us have the `CFLAGS` only get used
by the compilation step and not the link step (which uses
`LDFLAGS` or a variant).

This is a prerequisite for doing automatic dependency tracking.
2021-01-25 09:52:53 -08:00
..
2021-01-23 18:39:55 +00:00
2021-01-24 18:14:11 -08:00
2021-01-19 23:47:55 -08:00
2021-01-19 23:47:55 -08:00

FILES USED IN THIS DIRECTORY

  config.guess
  config.sub	taken from GNU project's "config" directory, on
		prep.ai.mit.edu/pub/gnu/config.  Update 'em as
		needed.