mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 10:21:21 +00:00
[gamecode] Clean up generated swizzle code
This commit is contained in:
parent
ddfacf61ee
commit
78119aeb7a
1 changed files with 3 additions and 1 deletions
|
@ -52,8 +52,10 @@ BUILT_SOURCES += \
|
|||
CLEANFILES += \
|
||||
$(pr_opcode_cinc) \
|
||||
$(pr_opcode_hinc) \
|
||||
$(pr_convert_cinc) \
|
||||
$(pr_hops_cinc) \
|
||||
$(pr_convert_cinc)
|
||||
$(pr_swizzle32_cinc) \
|
||||
$(pr_swizzle64_cinc)
|
||||
|
||||
$(pr_opcode_cinc): $(opcodes_py)
|
||||
$(V_PY)$(PYTHON) $(opcodes_py) table > $(pr_opcode_cinc).t && \
|
||||
|
|
Loading…
Reference in a new issue