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

rinq/make

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
go
 
 
 
 
 
 
 
 

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