am-kernels/kernels/typing-game/Makefile

4 lines
68 B
Makefile
Raw Normal View History

2020-08-12 15:04:27 +00:00
NAME = typing-game
2020-08-13 12:30:50 +00:00
SRCS = game.c font.c
2020-08-12 15:04:27 +00:00
include $(AM_HOME)/Makefile