diff options
Diffstat (limited to 'Makefile')
-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} |