liner/README.md

17 lines
298 B
Markdown
Raw Normal View History

2019-04-21 07:35:17 +00:00
liner
=====
Small Linux demo toolkit.
Usage
-----
Edit your stuff in `src/`, edit `Makefile` to include your desired libraries in `PKGS = ` or `LIBS = `,
and edit the `$(B)/demo.o: ` line to include the object files your demo consists of.
Then just run Make!
License
-------
[WTFPL](/LICENSE)