X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/4b70dc7aef07543b0eae9336f85bf2a0a3f99a17..66cd7e8220e0f7dbb0e43f44f6aab60194548ad0:/ich2/Makefile

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