X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/90d089658f499e24ae10840352b548ddbb842a9e..8ba7e5b28a7f23ebf2423df41379516c8cbac6b5:/ich2/Makefile

diff --git a/ich2/Makefile b/ich2/Makefile
index b90bc02..d383a50 100644
--- a/ich2/Makefile
+++ b/ich2/Makefile
@@ -1,2 +1,5 @@
-smm-open-ich2:
-	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