Skip to content

0x0015/SimplestAutoMake

Repository files navigation

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).