Actualiser Makefile

This commit is contained in:
kitoy 2023-11-10 10:19:01 +01:00
parent 38c7513153
commit b83ea6e745
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
PROG_NAME=args_count
PREFIX=/usr/local
PROG_NAME = args_count
PREFIX ?= /usr/local
all:
$(CC) ./src/$(PROG_NAME).c -o $(PROG_NAME)