makefile

When writing or modifying Makefiles, follow these formatting guidelines:

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "makefile" with this command: npx skills add joeyagreco/dotfiles/joeyagreco-dotfiles-makefile

Makefile Formatting

Instructions

When writing or modifying Makefiles, follow these formatting guidelines:

  • Each target should have a .PHONY declaration

  • Format should follow this pattern:

  • .PHONY: target-name on its own line

  • target-name: on the next line

  • Commands indented with a tab

  • Empty line between targets

Example

.PHONY: foo foo: @echo 'foo'

.PHONY: bar bar: @echo 'bar'

When to Use

Apply these guidelines when:

  • Creating new Makefile targets

  • Modifying existing Makefiles

  • Reviewing Makefile code

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

git

No summary provided by upstream source.

Repository SourceNeeds Review
General

dotnet-10-csharp-14

No summary provided by upstream source.

Repository SourceNeeds Review
General

flutter-riverpod-expert

No summary provided by upstream source.

Repository SourceNeeds Review
General

modern-css

No summary provided by upstream source.

Repository SourceNeeds Review