Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.
/ make Public archive

Common Makefile configurations for Rinq projects.

License

Notifications You must be signed in to change notification settings

rinq/make

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rinq Makefiles

This repository contains common Makefile configurations used by Rinq projects.

The contents is not intended to be used by third-parties and may change at any time without notice.

Setup

  • Include artifacts/make/<lang>.mk in the top of your project's Makefile.
  • Add a target that fetches the Makefile from GitHub.

The example below fetches the Makefile for the Go language.

SHELL := /bin/bash
-include artifacts/make/go.mk

artifacts/make/%.mk:
	bash <(curl -s https://rinq.github.io/make/install) $*

About

Common Makefile configurations for Rinq projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published