Skip to content

Commit

Permalink
build: fix an issue where make clean would halt on the librasahder flag
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeUsher committed Mar 11, 2024
1 parent c9c1a0d commit 4666cdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions desktop-ui/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ all.options := $(options) $(libco.options) $(sljit.options) $(libchdr.options) $
$(all.objects): | $(object.path)

all: output
ifneq ($(MAKECMDGOALS),clean)
ifeq ($(platform),macos)
ifeq ($(librashader), true)
ifeq ($(wildcard $(librashader.path)),)
Expand All @@ -105,6 +106,7 @@ all: output
endif
endif
endif
endif

output: $(all.objects) | $(output.path)
$(info Linking $(output.path)/$(name)$(extension) ...)
Expand Down

0 comments on commit 4666cdb

Please sign in to comment.