diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ # along with libutils. If not, see <https://www.gnu.org/licenses/>. # -CC = clang +CC = cc SRC != find src -name '*.c' OBJ = ${SRC:.c=.o} |
![]() |
index : libs/c/utils.git | |
A utility toolkit | Alessandro Iezzi |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -17,7 +17,7 @@ # along with libutils. If not, see <https://www.gnu.org/licenses/>. # -CC = clang +CC = cc SRC != find src -name '*.c' OBJ = ${SRC:.c=.o} |