gitignored
This commit is contained in:
parent
11454b1346
commit
0ef500d9ef
11 changed files with 347 additions and 1 deletions
8
yamlscript/hello-world/Makefile
Normal file
8
yamlscript/hello-world/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# This Makefile is a decoy to attempt to detect when a non-GNU make is being
|
||||
# used and alert the user.
|
||||
|
||||
test:
|
||||
@echo "You appear to be using a non-GNU version of the 'make' program."
|
||||
@echo "The YAMLScript Exercism track requires you to use GNU make."
|
||||
@echo "Please try 'make $@' again using GNU make."
|
||||
@exit 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue