Files
c2/Makefile
T
2026-04-24 07:24:03 +02:00

8 lines
99 B
Makefile

.PHONY: all test clean
all: c2
c2: v0/bin/c2
# @copilot copy the compiler
include v0/include.mk