X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/75d972ddb29f36496e630be12d85962eec209eed..50d89a314a394e5427d0791a08ffc3a3b79b6670:/ich2/Makefile?ds=inline 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