initial commit

This commit is contained in:
2024-07-08 23:31:33 +02:00
commit 791e1a9e97
8 changed files with 529 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
EXTRA_CFLAGS = -Wall -g
obj-m += tictactoe.o
tictactoe-objs := tictactoe_main.o tictactoe_game.o