Files
c2/Makefile
T
2026-04-24 09:29:53 +02:00

13 lines
106 B
Makefile

.PHONY: all test clean
all: c2
c2: v0/bin/c2
cp $< $@
test::
clean::
rm -f c2
include v0/include.mk