Skip to content

Hopefully generic Makefile for single-file C/C++ projects

License

Notifications You must be signed in to change notification settings

fedorenchik/universal-makefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Description

Universal Makefile for building single-file C/C++ programs.

Just drop this Makefile to the dir with your sources and run make.

Usage

To build most recent source, run make.

To build all programs in folder, run make all.

To build specific program, run make <name>, where <name> is the name of your source without extension.

About

Hopefully generic Makefile for single-file C/C++ projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published