I don't think it will help much because I don't expect that `cl-launch'
works on Windows.
## Building the executable image.
bin_PROGRAMS += sod
sod_SOURCES =
## Building the executable image.
bin_PROGRAMS += sod
sod_SOURCES =
-sod: $(LISP_SOURCES) sod.asd sod-frontend.asd auto.lisp
- $(V_DUMP)$(ASDF_ENV) $(CL_LAUNCH) -o sod -d ! -l $(LISPSYS) +I \
+sod$(EXEEXT): $(LISP_SOURCES) sod.asd sod-frontend.asd auto.lisp
+ $(V_DUMP)$(ASDF_ENV) $(CL_LAUNCH) -o $@ -d ! -l $(LISPSYS) +I \
-s sod-frontend -r sod-frontend:main
###--------------------------------------------------------------------------
-s sod-frontend -r sod-frontend:main
###--------------------------------------------------------------------------