Skip to content

Instantly share code, notes, and snippets.

View JohannesFKnauf's full-sized avatar

Johannes F. Knauf JohannesFKnauf

View GitHub Profile
.ONESHELL:
test: .SHELLFLAGS := -i
test: SHELL := bb
test:
(println :wow)
(require '[clojure.string :as s])
(s/reverse (slurp "./Makefile"))