comparison makefile-frags/str2ind @ 33:94ee95dad595

makefile-frags: adapted from Magnetite
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 17 Oct 2020 02:28:10 +0000
parents
children
comparison
equal deleted inserted replaced
32:7ce079c7c5dd 33:94ee95dad595
1 str2ind.tab: ${SUBDIR}
2 @true
3
4 str2ind.c: str2ind.tab
5 ../helpers/str2ind-ver str2ind.tab > $@
6
7 str2ind.obj: str2ind.c
8 ../toolwrap/cl470 -q -c -me -mt -o -pw2 -x -mw str2ind.c
9