do not override CC in config.mk
@ -1,6 +1,7 @@
/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
#include <unistd.h>
#include "util.h"
@ -2,7 +2,7 @@
VERSION = 0.0
#CC = cc
CC = musl-gcc
#CC = musl-gcc
AR = ar
@ -2,6 +2,7 @@
#include <time.h>
#include <stdbool.h>
int
#include <regex.h>
@ -5,6 +5,7 @@
#include <string.h>
@ -3,6 +3,7 @@
#include <fcntl.h>
#include <utime.h>