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

Commit 880340b

Browse files
committed
Cleanup.
1 parent a4509c8 commit 880340b

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ _build/
55
bin/wcs
66

77
# generated by jbuilder
8+
wcs-api.install
9+
wcs-lib.install
10+
wcs.install
11+
wcs-api/.merlin
812
wcs-cli/.merlin
913
wcs-lib/.merlin
1014
examples/.merlin

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 2017-05-26.00 (2017-09-29)
2+
3+
* Spit library into `wcs-lib` and `wcs-api` to control dependencies on
4+
external libraries.
5+
6+
17
### 2017-05-26.00 (2017-09-27)
28

39
* Initial public release.

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ uninstall:
3535
$(JBUILDER) uninstall
3636

3737
clean:
38-
rm -rf _build *.install
38+
rm -rf _build \
39+
wcs-api.install wcs-lib.install wcs.install
3940

4041
cleanall: clean
4142
rm -f *~ \

pkg/pkg.ml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)