Update compiler choice in Makefile
Some checks failed
C/C++ CI / build (push) Has been cancelled

This commit is contained in:
2026-02-04 20:08:28 +00:00
parent d4612fa0ef
commit 2839da55db

View File

@@ -1,4 +1,4 @@
CC=cc
CC=gcc
DIST=build
OUT=$(DIST)/alisp.out