aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authoryzrh <yzrh@noema.org>2021-01-01 21:26:20 +0000
committeryzrh <yzrh@noema.org>2021-01-01 21:26:20 +0000
commit22a1fd45694a17f735c3eab5a677ed80b824a5b4 (patch)
tree6cbab602ac5e5324dea4261cb9dfea9c615b6dd5 /src/Makefile
parentcb2376a82f1f556f23c47d435cd60af2abfc0138 (diff)
downloadsnake-sdl-22a1fd45694a17f735c3eab5a677ed80b824a5b4.tar.gz
snake-sdl-22a1fd45694a17f735c3eab5a677ed80b824a5b4.tar.zst
The year is 2021.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index f867d21..c176657 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,6 +1,8 @@
-# Copyright (c) 2019-2020, yzrh <yzrh@noema.org>
+#
+# Copyright (c) 2019-2021, yzrh <yzrh@noema.org>
#
# SPDX-License-Identifier: Apache-2.0
+#
src = snake-sdl.c collision.c game.c input.c renderer.c
inc = extern.h game.h input.h renderer.h screen.h version.h