1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Fix makefile exit instruction

This commit is contained in:
Joshua Peek 2010-03-20 23:54:28 -05:00
parent a3697a9ba0
commit efb9f511f7

View file

@ -7,4 +7,4 @@ end
RUBY RUBY
end end
File.open('Makefile', 'w') { |f| f.puts("install:\n\texit 0") } File.open('Makefile', 'w') { |f| f.puts("install:\n\t$(exit 0)") }