luci-base: clean overlooked files

Updates: https://github.com/openwrt/luci/issues/8195

This fixes the primary symptom (subsequent builds reusing stale
products), but not the root cause (the build running in-tree).

Signed-off-by: novenary enneagon <novenary@kwak.zip>
This commit is contained in:
novenary enneagon
2026-01-05 15:11:46 +02:00
committed by Paul Donald
parent 64e8a43cc3
commit 6ebcfe66ec

View File

@@ -16,7 +16,7 @@ version.uc:
echo "export const revision = '$(LUCI_VERSION)', branch = '$(LUCI_GITBRANCH)';" > $@
clean:
rm -f contrib/lemon lib/*.o lib/plural_formula.c lib/plural_formula.h core.so version.uc
rm -f contrib/lemon lib/*.o lib/plural_formula.c lib/plural_formula.h *.o core.so jsmin po2lmo version.uc
jsmin: jsmin.o
$(CC) $(LDFLAGS) -o $@ $^