Skip to content
@makefile-inc

makefile.inc

Contains some reusable snippets for Makefile

makefile.inc

This organization contains repositories with utils makefile includes repositories for re-usable targets.

For usage and examples see README.md in repository.

Repositories list

  • common - contains base targets for another repos, like install binaries, create releases artifacts, git operations...

  • git-crypt - targets for using git-crypt.

    Dependencies:

    • common as git submodule.
  • github-repos - targets for manage Github repositories via opentofu (terraform).

    Dependencies:

    • git-crypt as git submodule (with common as submodule) for encrypt state files and secrets.
  • go - targets for go lang operations like lint, test, build.

    Also, includes github actions for test pull requests and create releases in Github.

    Dependencies:

    • common as git submodule.
  • openapi - targets for generate client and servers and conversions openapi specs.

    Dependencies:

    • common as git submodule.

Test repositories

Organization also contains test repositories for testing another repositories. All these repositories names started with tests- prefix:

Pinned Loading

  1. common common Public

    Common makefiles includes for another repos

    Makefile

  2. go go Public

    Go lang operations like lint, test, build

    Makefile

  3. git-crypt git-crypt Public

    Makefiles include for using git-crypt https://github.com/AGWA/git-crypt

    C++

  4. github-repos github-repos Public

    Manage Github repositories via opentofu (terraform)

    Makefile

  5. openapi openapi Public

    Generate client and servers and conversions openapi specs

    Makefile

Repositories

Showing 8 of 8 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…