mirror of https://github.com/Shizmob/liner
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.
|
4 years ago | |
---|---|---|
ext | 4 years ago | |
src | 4 years ago | |
.gitmodules | 4 years ago | |
LICENSE | 4 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago |
README.md
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!