testing actions

This commit is contained in:
milkwx3
2026-06-13 22:23:12 +03:00
parent c60f598661
commit 853e438a5b
5 changed files with 3420 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
CC = gcc
CFLAGS = -Wall
all: makeheaders
makeheaders:
$(CC) $(CFLAGS) makeheaders.c -o makeheaders
clean:
rm -rf makeheaders
BIN
View File
Binary file not shown.
File diff suppressed because it is too large Load Diff