Changeset 51 in code for trunk/Makefile


Ignore:
Timestamp:
Oct 19, 2023, 1:31:39 AM (18 months ago)
Author:
yakumo.izuru
Message:

Update build system settings

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r48 r51  
    33DATE=`date -r _build/default/cli/txt.exe +%Y%m%d`
    44COMMIT=`git rev-parse --short HEAD`
     5PREFIX=/usr/local
    56
    67CC=cc
     
    2526        tar czvf "logarion-${OS}-${MACHINE}-${DATE}-${COMMIT}" txt.exe readme.txt
    2627        rm txt.exe
     28install:
     29        dune install --prefix ${PREFIX}
     30uninstall:
     31        dune uninstall --prefix ${PREFIX}
    2732
    28 htm:
    29         rm -f {3sqd84,hvhhwf,ka4wtj,h1a9tg,9egbae}.htm
    30         txt convert readme.txt -t htm
    31         txt convert txt/3sqd84.txt -t htm
    32         txt convert txt/hvhhwf.txt -t htm
    33         txt convert txt/h1a9tg.txt -t htm
    34         txt convert txt/9egbae.txt -t htm
    3533
    3634.PHONY: cli
Note: See TracChangeset for help on using the changeset viewer.