Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
gage not makefile (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonplend authored Oct 4, 2018
1 parent 4142de4 commit be27062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif

# Enforce repo ownership
ifeq ("$(wildcard ft.yml)","")
$(error 'Projects making use of n-makefile *must* define an ft.yml file containing the repo owner’s details (see any next- repo for required structure)')
$(error 'Projects making use of n-gage *must* define an ft.yml file containing the repo owner’s details (see any next- repo for required structure)')
$(error 'If you are creating a project not to be maintained by the next team please feel free to copy what you need from our build tools but don’t add an ft.yml.')
$(error 'Integrating with our tooling may result in unwanted effects e.g. nightly builds, slack alerts, emails etc')
endif
Expand Down

0 comments on commit be27062

Please sign in to comment.