8000 GitHub - aandrejevas/maker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aandrejevas/maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maker

Project provides makefile templates for use in your makefiles to ease compilation and dependency generation of C++ sources.

Example:

private TARGETS := src/main1 main2 debug_main2

include ~/maker/variables.mk

$(wordlist 2,3,$(TARGETS)): private SOURCE := src/main2.cpp

$(word 3,$(TARGETS)): private OPTIONS := $(filter-out -Ofast,$(OPTIONS)) -g

include ~/maker/rules.mk

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0