From 4c04ca8f7c2bec7e468a97580a8843d8b783973f Mon Sep 17 00:00:00 2001 From: BroGamer <64546358+BroGamer4256@users.noreply.github.com> Date: Wed, 7 Dec 2022 03:03:31 +1300 Subject: [PATCH] Fix GH actions --- plugins/8.18/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/8.18/Makefile b/plugins/8.18/Makefile index dd04dce..70134b3 100644 --- a/plugins/8.18/Makefile +++ b/plugins/8.18/Makefile @@ -24,7 +24,7 @@ options: ../../${TARGET}/plugins/8.18/%.o: %.c @echo BUILD $@ - @bear -- ${CC} -c ${CFLAGS} $< -o $@ + @${CC} -c ${CFLAGS} $< -o $@ ../../${TARGET}/plugins/8.18/%.o: %.s @echo BUILD $@