summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob/Makefile
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-22 05:59:58 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-22 05:59:58 (EST)
commit970ab39a7f36089b8e5030412767c1a720099e81 (patch)
treefbc93c414002de4fa928ce7d90565e696d61f295 /resources/utilities/ich9deblob/Makefile
parentcbb37248db3c7db14637f9f1cdfa9eff18f66f94 (diff)
downloadlibreboot-970ab39a7f36089b8e5030412767c1a720099e81.zip
libreboot-970ab39a7f36089b8e5030412767c1a720099e81.tar.gz
libreboot-970ab39a7f36089b8e5030412767c1a720099e81.tar.bz2
ich9deblob (Makefile): add *.o to rm -f's in make clean
Diffstat (limited to 'resources/utilities/ich9deblob/Makefile')
-rw-r--r--resources/utilities/ich9deblob/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/utilities/ich9deblob/Makefile b/resources/utilities/ich9deblob/Makefile
index d6f07be..5ef9587 100644
--- a/resources/utilities/ich9deblob/Makefile
+++ b/resources/utilities/ich9deblob/Makefile
@@ -24,4 +24,4 @@ ich9deblob: ich9deblob.c ich9desc.c ich9gbe.c
$(CC) $(CFLAGS) ich9deblob.c ich9desc.c ich9gbe.c -o ich9deblob
clean:
- rm -f ich9deblob
+ rm -f ich9deblob *.o