diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2024-04-22 07:09:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-22 07:09:01 +0100 |
| commit | 73b5cba380d148e77d696880027a416cda50f756 (patch) | |
| tree | a642616d55c1d79ff9ef22e325c359947dbfbcf0 /appl/charon | |
| parent | 22dd4b9c0961cd615779c72accc1e150357289cf (diff) | |
| parent | 1bf9388ccb3bd33b5825ee20ec6824b17508f045 (diff) | |
Merge pull request #16 from pete/multiple-small-fixes
Multiple small fixes
Diffstat (limited to 'appl/charon')
| -rw-r--r-- | appl/charon/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/charon/mkfile b/appl/charon/mkfile index 6345f815..05ac5cb6 100644 --- a/appl/charon/mkfile +++ b/appl/charon/mkfile @@ -86,7 +86,7 @@ $ROOT/dis/charon.dis: charon.dis charon.dis: $MODULES $SYS_MODULES img.dis: img.b $MODULE $SYS_MODULE - limbo $LIMBOFLAGS -c -gw img.b + limbo $LIMBOFLAGS -gw img.b nuke:V: rm -f $ROOT/dis/charon.dis |
