summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiago Koji Castro Shibata2018-04-06 17:40:38 -0300
committerTiago Koji Castro Shibata2018-04-06 17:40:38 -0300
commite17a313d8c2b425c6f2f8b410984374af0f6534b (patch)
tree4cfc7b165c698e58a913d05f2425ae64c813e4d1
parent473f1ca76918383ebfa8a74b44dc45e60fc11c3d (diff)
downloadaur-e17a313d8c2b425c6f2f8b410984374af0f6534b.tar.gz
Ignore log files in namcap targets
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b2a6fee7ffa9..414c7a0269e1 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ test: systemc
quick-test:
makepkg -sf
- namcap archc-git-*.pkg*
+ find -maxdepth 1 -type f -name 'archc-git-*.pkg*' ! -name '*.log' | xargs namcap
systemc:
# Make systemc dependency from AUR