Created
May 15, 2020 18:02
-
-
Save lukaszkorecki/4283f110cb423b25c297b9b349f98563 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ONESHELL: | |
test: .SHELLFLAGS := -i | |
test: SHELL := bb | |
test: | |
(println :wow) | |
(require '[clojure.string :as s]) | |
(s/reverse (slurp "./Makefile")) | |
Requires make version >= 4.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Output: