Archived
1
0

start preparing for gutting of libsodium dependancy

This commit is contained in:
Jeff Becker
2017-08-26 09:40:24 -04:00
parent 0870b270cc
commit 2983eb6fbd
4 changed files with 41 additions and 4 deletions

View File

@@ -30,11 +30,16 @@ $(JS): js-deps
$(SRND):
make -C $(SRND_DIR)
$(MAKE) -C $(SRND_DIR)
cp $(SRND_DIR)/srndv2 $(SRND)
pure:
$(MAKE) -C $(SRND_DIR) pure
cp $(SRND_DIR)/srndv2 $(SRND)
clean:
rm -f $(SRND) $(JS)
$(MAKE) -C $(SRND_DIR) clean
distclean: clean
rm -rf $(REPO_GOPATH)