mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-21 19:26:22 +02:00
util/spkmodem_recv: Add clean to the Makefile
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -9,3 +9,5 @@ spkmodem-recv:
|
|||||||
install: spkmodem-recv
|
install: spkmodem-recv
|
||||||
$(INSTALL) -d $(DESTDIR)$(PREFIX)/bin/
|
$(INSTALL) -d $(DESTDIR)$(PREFIX)/bin/
|
||||||
$(INSTALL) $< -t $(DESTDIR)$(PREFIX)/bin/
|
$(INSTALL) $< -t $(DESTDIR)$(PREFIX)/bin/
|
||||||
|
clean:
|
||||||
|
rm -f spkmodem-recv
|
||||||
|
|||||||
Reference in New Issue
Block a user