An open API service indexing awesome lists of open source software.

https://github.com/0x0015/simplestautomake

A small util for generalizing Makefiles
https://github.com/0x0015/simplestautomake

automake autotools make

Last synced: about 1 year ago
JSON representation

A small util for generalizing Makefiles

Awesome Lists containing this project

README

          

# SimplestAutoMake
A small util for generalizing makefiles

Put the makefile skeleton in Make.SAM or Makefile.SAM and platform definitions with the names: "Linux.SAMP", "Windows.SAMP", "Macos.SAMP", or "FreeBSD.SAMP".

see SAM -h for more info.

Building.

make

sudo make install

easy(on linux).