Skip to content

Commit

Permalink
fix exports missing in SOURCES list
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilos committed Sep 10, 2016
1 parent c9d263a commit 63eed58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SOURCES= core/sjcl.js core/aes.js core/bitArray.js core/codecString.js core/codecHex.js core/codecBase32.js core/codecBase64.js core/sha256.js core/ccm.js core/ocb2.js core/gcm.js core/hmac.js core/pbkdf2.js core/random.js core/convenience.js
SOURCES= core/sjcl.js core/aes.js core/bitArray.js core/codecString.js core/codecHex.js core/codecBase32.js core/codecBase64.js core/sha256.js core/ccm.js core/ocb2.js core/gcm.js core/hmac.js core/pbkdf2.js core/random.js core/convenience.js core/exports.js
COMPRESS= core_closure.js
1 change: 1 addition & 0 deletions sjcl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 63eed58

Please sign in to comment.