fix: unexpected remove on make clean

idk how that ended up there 👀, nobody saw nothing
This commit is contained in:
2024-08-29 16:48:56 +02:00
parent 98ef611434
commit 2ccfc039d5

View File

@@ -27,7 +27,7 @@ lidm: $(OBJ)
.PHONY: clean
clean:
rm -f $(ODIR)/*.o *- li $(INCDIR)/*-
rm -f $(ODIR)/*.o lidm
# Copy lidm to ${DESTDIR}${PREFIX}/bin (/usr/bin)
install: lidm