Skip to content
Snippets Groups Projects
Commit c2918c72 authored by Leah Rowe's avatar Leah Rowe
Browse files

util/spkmodem_recv: Add clean to the Makefile


Signed-off-by: default avatarLeah Rowe <leah@libreboot.org>
parent 89ef6ed5
Branches
No related merge requests found
......@@ -9,3 +9,5 @@ spkmodem-recv:
install: spkmodem-recv
$(INSTALL) -d $(DESTDIR)$(PREFIX)/bin/
$(INSTALL) $< -t $(DESTDIR)$(PREFIX)/bin/
clean:
rm -f spkmodem-recv
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment