mirror of
https://github.com/nelsbrock/dev-tictactoe.git
synced 2026-08-14 20:56:49 +02:00
5 lines
98 B
Makefile
5 lines
98 B
Makefile
EXTRA_CFLAGS = -Wall -g
|
|
|
|
obj-m += tictactoe.o
|
|
tictactoe-objs := tictactoe_main.o tictactoe_game.o
|