X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/fd4db06ce7147f80f8e04528caf92a3d4e591c9d..047916ed37a8497d26e5e09345385651feaeebe5:/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