summaryrefslogtreecommitdiffstats
path: root/src/tk/local.mk
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-08-04 17:40:38 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-08-04 18:44:55 (EDT)
commitc0da7148db465b15f666bb6e63147be126712b3b (patch)
tree80bac2afd4b7ca77760c67ed3830ff4516ce2e27 /src/tk/local.mk
parente71ed17bae757309ce8bc74d759f41a28bfd660d (diff)
downloadmazefight-c0da7148db465b15f666bb6e63147be126712b3b.zip
mazefight-c0da7148db465b15f666bb6e63147be126712b3b.tar.gz
mazefight-c0da7148db465b15f666bb6e63147be126712b3b.tar.bz2
tk: Add label widget
Diffstat (limited to 'src/tk/local.mk')
-rw-r--r--src/tk/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tk/local.mk b/src/tk/local.mk
index 39b1226..0c37299 100644
--- a/src/tk/local.mk
+++ b/src/tk/local.mk
@@ -1,3 +1,4 @@
mazefight_SOURCES += \
+ %reldir%/label.c \
%reldir%/widget.c \
%reldir%/widget.h