Small Linux demo toolkit
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
298 B

4 years ago
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)