X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/81148fa15713ee68be49610206526d0725a5868f..4122ee13ba211a913b04906c39e72e512cb15c08:/tools/Makefile

diff --git a/tools/Makefile b/tools/Makefile
index df15340..1cd4d81 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -4,3 +4,6 @@ SMRAM_ICH2_OBJS=smram-linux-tool.o ../pci/pci-linux.o ../ich2/smram-ich2.o
 
 smram-ich2: $(SMRAM_ICH2_OBJS)
 	gcc -o smram-ich2 $(SMRAM_ICH2_OBJS)
+
+clean:
+	rm -f $(SMRAM_ICH2_OBJS) smram-ich2