Changeset 56 in code for trunk/Makefile


Ignore:
Timestamp:
Jan 31, 2024, 3:56:35 PM (15 months ago)
Author:
yakumo.izuru
Message:

[bugfix] Remove unescaped '$' character from cli/edit.ml

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r55 r56  
    1010all:
    1111        dune build
    12 
    1312deps:
    1413        opam install dune ocurl cmdliner=1.0.4 msgpck
    15 
    1614cli:
    1715        dune build cli/txt.exe
    18 
    1916clean:
    2017        dune clean
    21 
    2218dist:
    2319        dune build
     
    2622        tar czvf "logarion-${OS}-${MACHINE}-${DATE}-${COMMIT}" txt.exe readme.txt
    2723        rm txt.exe
    28 docs:
    29         ${MAKE} -C txt
    3024install:
    3125        dune install --prefix ${PREFIX}
    3226uninstall:
    3327        dune uninstall --prefix ${PREFIX}
    34 
    35 
    3628.PHONY: cli
Note: See TracChangeset for help on using the changeset viewer.