initial capture
[rrq/lsp-utils.git] / lsp-util / Makefile
1 # Create the newlisp library foop.lsplib
2
3 LSPSRC = foop.lsp misc.lsp
4
5 lsp-util.a: ${LSPSRC}
6         ar r $@ $^