]> Joshua Wise's Git repositories - netwatch.git/blobdiff - tools/Makefile
Reboot the machine when you hit escape. Wait, what?
[netwatch.git] / tools / Makefile
index df153409b352bdbe4a4ade9bb3c7249b34f197fc..1cd4d812ef0b34cdc78a231996164d415504abff 100644 (file)
@@ -4,3 +4,6 @@ SMRAM_ICH2_OBJS=smram-linux-tool.o ../pci/pci-linux.o ../ich2/smram-ich2.o
 
 smram-ich2: $(SMRAM_ICH2_OBJS)
        gcc -o smram-ich2 $(SMRAM_ICH2_OBJS)
+
+clean:
+       rm -f $(SMRAM_ICH2_OBJS) smram-ich2
This page took 0.020886 seconds and 4 git commands to generate.