Skip to content

v0.27.0

Compare
Choose a tag to compare
@kyu08 kyu08 released this 03 Apr 15:37
· 47 commits to main since this release

Release Summary

Thanks to @Sigmanificient, now fzf-make can interpret aMakefile including define blocks like below:

.PHONY: real_rule
real_rule:
	echo "good"

define my_script
#!/bin/bash

echo "this is a trap: not good"
endef

@Sigmanificient Thank you so much!

What's Changed

Full Changelog: v0.26.0...v0.27.0