Changeset 48 in code for trunk/Makefile
- Timestamp:
- Oct 18, 2023, 9:49:13 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r47 r48 3 3 DATE=`date -r _build/default/cli/txt.exe +%Y%m%d` 4 4 COMMIT=`git rev-parse --short HEAD` 5 6 CC=cc 7 LD=cc 5 8 6 9 all: … … 17 20 18 21 dist: 19 dune subst20 22 dune build 21 23 cp _build/default/cli/txt.exe txt.exe
Note:
See TracChangeset
for help on using the changeset viewer.