-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
67 changed files
with
355 additions
and
14,951 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## 0.0 (2020-05-15) | ||
|
||
Initial public release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,33 @@ | ||
-include autoconf/Makefile.config | ||
|
||
############################################################################# | ||
# | ||
# This file is managed by ocp-autoconf. | ||
# | ||
# Remove it from `manage_files` in 'ocp-autoconf.config' if you want to | ||
# modify it manually. | ||
# | ||
############################################################################# | ||
|
||
BASE64_3:=true | ||
all: build | ||
|
||
include autoconf/Makefile.config | ||
build: | ||
dune build | ||
|
||
all: build | ||
clean: | ||
dune clean | ||
|
||
-include ocp-autoconf.d/Makefile | ||
install: | ||
dune install | ||
|
||
build: base64-conf ocp-build-build $(PROJECT_BUILD) | ||
ocp-build-conf: | ||
ocp-autoconf | ||
|
||
install: ocp-build-install $(PROJECT_INSTALL) | ||
ocp-build: ocp-build-conf | ||
ocp-build $(PROJECT_BUILD) | ||
|
||
clean: ocp-build-clean $(PROJECT_CLEAN) | ||
ocp-build-install: ocp-build-install $(PROJECT_INSTALL) | ||
|
||
distclean: clean ocp-distclean $(PROJECT_DISTCLEAN) | ||
find . -name '*~' -exec rm -f {} \; | ||
ocp-build-clean: ocp-build-clean $(PROJECT_CLEAN) | ||
|
||
test: build | ||
test: ocp-build | ||
cp _obuild/main/main.js test | ||
|
||
chrome-extension-example: build | ||
chrome-extension-example: ocp-build | ||
cp _obuild/background-example/background-example.js examples/chrome-extension | ||
cp _obuild/popup-example/popup-example.js examples/chrome-extension | ||
cp _obuild/options-example/options-example.js examples/chrome-extension | ||
cp _obuild/chrome-example/chrome-example.js examples/chrome-extension | ||
|
||
include autoconf/Makefile.rules | ||
-include autoconf/Makefile.rules |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.