Skip to content
Snippets Groups Projects

Update Makefile

Closed David Gu requested to merge tgu/cl-launch:master into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -25,7 +25,7 @@ install_source:
@mkdir -p "${INSTALL_SOURCE}/"
@${CL_LAUNCH} --include "${INSTALL_SOURCE}" -B install_path > /dev/null
@if [ ! "$${PWD}" = "${INSTALL_SOURCE}" ] ; then \
@cp dispatch.lisp "${INSTALL_SOURCE}/" ; \
cp dispatch.lisp "${INSTALL_SOURCE}/" ; \
fi
install_system: install_source
@@ -103,4 +103,4 @@ debian-package-all: source
./release.lisp debian-package-all
quickrelease: reinstall_here
./release.lisp quickrelease
./release.lisp quickrelease
\ No newline at end of file
Loading