build: fix an issue where make clean would halt on the librasahder flag

このコミットが含まれているのは:
Luke Usher 2024-03-11 16:09:24 +00:00
コミット 4666cdb9b8
1個のファイルの変更2行の追加0行の削除

ファイルの表示

@ -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)),)
@ -105,6 +106,7 @@ all: output
endif
endif
endif
endif
output: $(all.objects) | $(output.path)
$(info Linking $(output.path)/$(name)$(extension) ...)