Changeset 48 in code for trunk/Makefile


Ignore:
Timestamp:
Oct 18, 2023, 9:49:13 PM (18 months ago)
Author:
yakumo.izuru
Message:

Switch HTML doctype to 4.01 Transitional, update documentation

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r47 r48  
    33DATE=`date -r _build/default/cli/txt.exe +%Y%m%d`
    44COMMIT=`git rev-parse --short HEAD`
     5
     6CC=cc
     7LD=cc
    58
    69all:
     
    1720
    1821dist:
    19         dune subst
    2022        dune build
    2123        cp _build/default/cli/txt.exe txt.exe
Note: See TracChangeset for help on using the changeset viewer.