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
- Host: GitHub
- URL: https://github.com/0x0015/simplestautomake
- Owner: 0x0015
- Created: 2022-02-03T03:19:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T03:08:56.000Z (over 4 years ago)
- Last Synced: 2025-04-09T20:18:05.857Z (about 1 year ago)
- Topics: automake, autotools, make
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).