Skip to content

Commit

Permalink
Fix: Remove generated .sfo file on clean
Browse files Browse the repository at this point in the history
This fixes a part of #47.
  • Loading branch information
matthijskooijman committed Mar 20, 2024
1 parent 8cd919f commit 98a344a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ GENERATE_GRF := sound
BASE_FILENAME := opensfx
SOUND_FILE := $(BASE_FILENAME).cat
OBS_FILE := $(BASE_FILENAME).obs
SFO_FILE := $(BASE_FILENAME).sfo

SOUND_FILES := $(ls src/wav/*.wav)
LANG_FILES := $(ls lang/*.lng)
Expand Down
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ clean::
$(_V) -rm -f $(OBS_FILE)
$(_V) -rm -f $(SOUND_FILE)
$(_V) -rm -f src/$(SOUND_FILE)
$(_V) -rm -f src/$(SFO_FILE)

0 comments on commit 98a344a

Please sign in to comment.