/[osn-commons]/trunk/Makefile
ViewVC logotype

Annotation of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 69 - (hide annotations)
Sun Feb 16 17:51:44 2025 UTC (6 weeks, 1 day ago) by rakinar2
File size: 102 byte(s)
feat(utils): tmpcat program

This program allows you to create a temporary file and open your editor
to edit it. Then once you exit out of the editor, it will echo the data
in the file to stdout, which can then be piped to another process or used
in other ways.

1 rakinar2 63 all:
2 rakinar2 69 $(MAKE) -C srcproc && $(MAKE) -C utils
3 rakinar2 63 clean:
4 rakinar2 69 $(MAKE) -C srcproc clean
5     $(MAKE) -C utils clean

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26