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

Commit

Permalink
Fix missing file dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel committed Nov 15, 2017
1 parent 95b9a87 commit a55a6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wcs-lib/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

(rule
((targets (wcs_t.rzi))
(deps (wcs_t.mli json_t.rzi))
(deps (wcs_t.mli json_t.rzi json_spel_t.rzi))
(action (run rmlc -c ${<}))))

(rule
Expand Down

0 comments on commit a55a6a3

Please sign in to comment.