This commit is contained in:
Imbus 2025-01-10 08:15:31 +01:00
commit 5626d1eacb
24 changed files with 512 additions and 0 deletions

4
vector/Makefile Normal file
View file

@ -0,0 +1,4 @@
TARGET = main.elf
SRCS = vec.cc main.cc
include ../config.mk