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.
298 B
298 B
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!