David Given
|
bb0236cbf7
|
ego uses fork/exec too, so factor out the new system() code from ack and use it
there.
|
2022-07-16 23:14:39 +02:00 |
|
George Koehler
|
7b3f870f63
|
Don't build mktables.c in the ack binary.
It only worked by accident because main() in main.c was found before
main() in mktables.c.
Also add build dependencies on the local *.h files.
|
2016-11-11 17:06:25 -05:00 |
|
David Given
|
b2bb4ce3b2
|
Builds libend (the simplest library). Becoming obvious I need to rework the way
ackbuilder deals with lists.
|
2016-07-30 00:39:22 +02:00 |
|
David Given
|
2770a83837
|
More programs, more libraries. src/modules build files are now saner.
|
2016-07-23 00:30:31 +02:00 |
|
David Given
|
09554cb324
|
installable works, although it's a bit kludgy. Change the : separator to +
because : is special in make and non of the others I could think of would work.
|
2016-06-14 07:34:14 +02:00 |
|
David Given
|
605651776e
|
We can build a real program now!
|
2016-06-12 20:59:43 +02:00 |
|