mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Rename directories to match the names of the libraries they contain
This commit is contained in:
parent
02a6cbb966
commit
edd94dcc0e
2
Makefile
2
Makefile
@ -30,7 +30,7 @@ format:
|
||||
dune build @fmt --auto-promote 2> /dev/null | true
|
||||
|
||||
build:
|
||||
@$(MAKE) --no-print-directory -C src/catala/catala_surface parser_errors.ml
|
||||
@$(MAKE) --no-print-directory -C src/catala/surface parser_errors.ml
|
||||
@$(MAKE) --no-print-directory format
|
||||
dune build src/catala/catala.exe
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user