Changeset 49 in code for trunk/Makefile


Ignore:
Timestamp:
Oct 6, 2023, 2:35:49 PM (20 months ago)
Author:
yakumo.izuru
Message:

Make go build less verbose

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r48 r49  
    22
    33build:
    4         go build -x -v ./cmd/simplytranslate
     4        go build -v ./cmd/simplytranslate
    55install:
    66        install -Dm0755 simplytranslate ${DESTDIR}${PREFIX}/bin/simplytranslate
Note: See TracChangeset for help on using the changeset viewer.