GraphC/tasks/rebuild_lib.sh
2023-05-02 14:31:39 +06:00

6 lines
150 B
Bash

#!/bin/bash
source cbuild/colors.sh
source cbuild/functions.sh
touch ".rebuild_$1.tmp"
myprint "${YELLOW}$1.a will be rebuilt in the next build task"