Skip to content

Commit

Permalink
fix legend.mk FS_CLEAN_TARGETS
Browse files Browse the repository at this point in the history
  • Loading branch information
PikalaxALT committed Jun 30, 2024
1 parent 0f2249d commit 282e3eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed files/a/1/7/4
Binary file not shown.
2 changes: 1 addition & 1 deletion files/demo/legend.mk
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ LEGEND_DEMO_FILES := \
$(LEGEND_DEMO_NARC): $(addprefix $(LEGEND_DEMO_DIR)/,$(LEGEND_DEMO_FILES))
$(KNARC) -d $(LEGEND_DEMO_DIR) -p $@ -i

FS_CLEAN_TARGETS := $(LEGEND_DEMO_NARC)
FS_CLEAN_TARGETS += $(LEGEND_DEMO_NARC)

0 comments on commit 282e3eb

Please sign in to comment.