Differences From Artifact [f428275431]:
- File build/chrome/Makefile — part of check-in [9e8c8d0997] at 2016-02-10 23:04:54 on branch trunk — More work towards getting ChromeOS extension going (user: rkeene, size: 3557) [annotate] [blame] [check-ins using]
To Artifact [c37ded695f]:
- File build/chrome/Makefile — part of check-in [82721ca5b6] at 2016-02-10 23:06:06 on branch trunk — ChromeOS: better cleanup (user: rkeene, size: 3569) [annotate] [blame] [check-ins using]
︙ | |||
73 74 75 76 77 78 79 80 81 82 83 84 85 86 | 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | + | cackey-chrome.o: cackey-chrome.c cackey-chrome.h cackey-chrome-init.o: cackey-chrome-init.cc cackey-chrome.h include/PCSC/pcsc-nacl.h clean: rm -f cackey-chrome.o cackey-chrome-init.o rm -f cackey.pexe rm -f cackey.crx cackey.nmf rm -f test distclean: clean rm -f lib/libcackey.a lib/libpcsc.a lib/libz.a -rmdir lib rm -f include/PCSC/pcsc-nacl.h -rmdir include/PCSC -rmdir include |
︙ |