summaryrefslogtreecommitdiffstats
path: root/src/tk/local.mk
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-08-04 17:09:15 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-08-04 17:57:03 (EDT)
commite71ed17bae757309ce8bc74d759f41a28bfd660d (patch)
tree286135190f42e2b9a39d5af0b92764883429b050 /src/tk/local.mk
parentbe35760db2ebc72913f88b512b93d1c66c2f4ef5 (diff)
downloadmazefight-e71ed17bae757309ce8bc74d759f41a28bfd660d.zip
mazefight-e71ed17bae757309ce8bc74d759f41a28bfd660d.tar.gz
mazefight-e71ed17bae757309ce8bc74d759f41a28bfd660d.tar.bz2
tk: Define widget and API
Diffstat (limited to 'src/tk/local.mk')
-rw-r--r--src/tk/local.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tk/local.mk b/src/tk/local.mk
new file mode 100644
index 0000000..39b1226
--- /dev/null
+++ b/src/tk/local.mk
@@ -0,0 +1,3 @@
+mazefight_SOURCES += \
+ %reldir%/widget.c \
+ %reldir%/widget.h