Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel committed Oct 3, 2017
1 parent a4509c8 commit 880340b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ _build/
bin/wcs

# generated by jbuilder
wcs-api.install
wcs-lib.install
wcs.install
wcs-api/.merlin
wcs-cli/.merlin
wcs-lib/.merlin
examples/.merlin
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 2017-05-26.00 (2017-09-29)

* Spit library into `wcs-lib` and `wcs-api` to control dependencies on
external libraries.


### 2017-05-26.00 (2017-09-27)

* Initial public release.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ uninstall:
$(JBUILDER) uninstall

clean:
rm -rf _build *.install
rm -rf _build \
wcs-api.install wcs-lib.install wcs.install

cleanall: clean
rm -f *~ \
Expand Down
3 changes: 0 additions & 3 deletions pkg/pkg.ml

This file was deleted.

0 comments on commit 880340b

Please # to comment.