Skip to content

Commit

Permalink
Unify suffixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gonsolo committed Oct 19, 2023
1 parent 4befc2f commit 3c1fb63
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ test_pbrt:
xcode:
$(SWIFT) package generate-xcodeproj --xcconfig-overrides Config.xcconfig

FILES=$(shell find Sources -name \*.swift -o -name \*.h -o -name \*.cpp| egrep -v \.build | wc -l)
LINES=$(shell wc -l $$(find Sources -name \*.swift -o -name \*.h -o -name \*.cpp) | tail -n1 | awk '{ print $$1 }')
FILES=$(shell find Sources -name \*.swift -o -name \*.h -o -name \*.cc| egrep -v \.build | wc -l)
LINES=$(shell wc -l $$(find Sources -name \*.swift -o -name \*.h -o -name \*.cc) | tail -n1 | awk '{ print $$1 }')
wc:
@echo $(FILES) "files"
@echo $(LINES) "lines"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3c1fb63

Please sign in to comment.