From 3dbe54853c4733bbe5ff58a6403d1759e921bdc3 Mon Sep 17 00:00:00 2001 From: sumuel Date: Sun, 7 Jun 2026 02:07:59 +0100 Subject: Change main.c to stats.c --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e850d74..ace1cb4 100755 --- a/Makefile +++ b/Makefile @@ -5,8 +5,9 @@ CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os CC = gcc +SRC = stats.c all: - ${CC} ${CFLAGS} main.c -o stats + ${CC} ${CFLAGS} ${SRC} -o stats .PHONY: all clean dist install uninstall -- cgit v1.2.3