From eda8d9d11af784d548d0828e9d48822c68d12092 Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Wed, 23 Sep 2020 13:44:52 +0000 Subject: Replaced GCC with CC --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a9daa4b..f7f8efc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ all: clean - gcc -o pkg pkg.c utils.c actions.c + cc -o pkg pkg.c utils.c actions.c clean: rm -rf pkg -- cgit v1.2.3