added comments to recipes

This commit is contained in:
Daniel Fichtinger 2025-05-03 00:00:44 -04:00
parent c0429fa92b
commit 8895ba969c

View file

@ -1,6 +1,8 @@
# run go tests
test: test:
go test ./... go test ./...
# test outputs
gentest: gentest:
#!/bin/bash #!/bin/bash
if [ -e foobar ]; then if [ -e foobar ]; then