first commit :)

This commit is contained in:
2026-07-27 23:01:30 -04:00
commit 5f891dab16
63 changed files with 9491 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
ARCH = x86
ifeq ($(ARCH),x86)
CFLAGS = -m32
else
CFLAGS = -m64
endif
all: ; @echo ARCH=$(ARCH) CFLAGS=$(CFLAGS)