Skip to content
Snippets Groups Projects
Commit d1ef5624 authored by rswindell's avatar rswindell
Browse files

A simple script to clean all the relevant sbbs3 build output directories.

Use 'cleanall.sh RELEASE=1' to clean the release output dirs. The deafult
is the DEBUG output dirs otherwise.
This possibly could be made a 'clean' target of the Makefile already in
this directory, but I don't want to deal with recursive make right now.
parent 93e89c98
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
make -C conio clean $@
make -C sbbs3 clean $@
make -C sbbs3/scfg clean $@
make -C sbbs3/uedit clean $@
make -C sbbs3/umonitor clean $@
make -C smblib clean $@
make -C uifc clean $@
make -C xpdev clean $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment