526e46f4922a09c4b96332d617e3ae3791b1fe1a
[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 $@ $^