diff --git a/justfile b/justfile index a5ea71b..364bd5c 100644 --- a/justfile +++ b/justfile @@ -166,3 +166,8 @@ sh: ruby: #!/usr/bin/env ruby puts "Hello from ruby!" + +# Local Variables: +# mode: makefile +# End: +# vim: set ft=make :