Added char2hex. moved "global" calls to be with the functions.
[rrq/lsp-utils.git] / lsp-misc / Makefile
1 # Create the newlisp library foop.lsplib
2
3 LSPSRC = misc.lsp foop.lsp
4
5 lsp-misc.a: ${LSPSRC}
6         ar r $@ $^