From 0053bec0b184e1b19b860d90e41c676d0f39d8ab Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Fri, 9 Aug 2024 11:26:06 +1200 Subject: [PATCH] builds: make -Ccallisto -> make -C callisto --- .builds/alpine.yml | 2 +- .builds/openbsd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.builds/alpine.yml b/.builds/alpine.yml index bcb688b..b0a5abd 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -17,7 +17,7 @@ tasks: ./configure -c gcc make - install: | - sudo make -Ccallisto install + sudo make -C callisto install - test: | csto callisto/test.lua - format: | diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 199061d..7752d84 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -14,6 +14,6 @@ tasks: ./configure -c egcc make - install: | - doas make -Ccallisto install + doas make -C callisto install - test: | csto callisto/test.lua