summaryrefslogtreecommitdiff
path: root/py/py.mk
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-09-16 11:57:09 -0500
committerJeff Epler <jepler@gmail.com>2020-09-21 16:44:26 -0500
commite7a213a11420ed362dfb672cd0fa6e77c032fa07 (patch)
treec870f13523867fde2739b71f16205b83ce8d9324 /py/py.mk
parent183649aad888f39f84cb9f81d589f9786c28c73c (diff)
py: Add enum helper code
This makes it much easier to implement enums, and the printing code is shared. We might want to convert other enums to this in the future.
Diffstat (limited to 'py/py.mk')
-rw-r--r--py/py.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/py.mk b/py/py.mk
index 49fb0acaf..acf5d127b 100644
--- a/py/py.mk
+++ b/py/py.mk
@@ -181,6 +181,7 @@ PY_CORE_O_BASENAME = $(addprefix py/,\
argcheck.o \
warning.o \
map.o \
+ enum.o \
obj.o \
objarray.o \
objattrtuple.o \