Skip to content

Commit

Permalink
Copied source from submodule to allow usage as go mod
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <dusan@dusanmalusev.dev>
  • Loading branch information
CodeLieutenant committed Jul 7, 2023
1 parent 02d5a56 commit 9381b3d
Show file tree
Hide file tree
Showing 32 changed files with 5,370 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ clean:
run:
$(GOBUILD) -o $(BINARY_NAME) -v ./...
./$(BINARY_NAME)

copy-fastText:
cp -r $(PWD)/fastText/src/* ./fastText-src/
2 changes: 0 additions & 2 deletions cbits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
#include <stdlib.h>

#include <loss.cc>

#include <args.cc>
#include <autotune.cc>
#include <densematrix.cc>
#include <dictionary.cc>

#include <matrix.cc>
#include <meter.cc>
#include <model.cc>
Expand Down
Loading

0 comments on commit 9381b3d

Please sign in to comment.