X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/37e45c7c11b6af276ba23505bbdbf218ff915ed8..efea5b4edd5cc94b4ed0917ebca0efb6bb6a2f82:/ich2/Makefile

diff --git a/ich2/Makefile b/ich2/Makefile
index e41432b..d383a50 100644
--- a/ich2/Makefile
+++ b/ich2/Makefile
@@ -1,2 +1,5 @@
 smram-ich2: smm-open-ich2.c
-	gcc -o smram-ich2 smm-open-ich2.c ../pci/pci-linux.c
+	gcc -o smram-ich2 smm-open-ich2.c ../pci/pci-linux.c -I../include
+
+clean:
+	rm -f smram-ich2