diff options
| author | Mr. Sam <samuel@yakubos.org> | 2026-07-15 06:41:46 +0100 |
|---|---|---|
| committer | Mr. Sam <samuel@yakubos.org> | 2026-07-15 06:41:46 +0100 |
| commit | cbb74a8c010ef59c5bf3f043e3d25b3d260dd84f (patch) | |
| tree | 1af775664b69efde487d9815cc27139556006b3b /Makefile | |
| parent | b09eed563a4b960049313b88fea00261f276b8ca (diff) | |
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,9 +5,9 @@ PREFIX = /usr/local CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -CC = gcc +CC = clang -SRC = stats.c +SRC = main.c all: ${CC} ${CFLAGS} ${SRC} -o stats |