From 1913998edffe5ac9120eebdbf2fc8109fa0696e3 Mon Sep 17 00:00:00 2001 From: ZMiguel Valdiviesso Date: Mon, 25 Nov 2019 00:43:01 +0000 Subject: [PATCH] makefile update --- makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/makefile b/makefile index 1b88048..e8b5f2b 100644 --- a/makefile +++ b/makefile @@ -1,10 +1,5 @@ -# Usage: -# make # compile all binary -# make clean # remove ALL binaries and objects +.PHONY = all clean cliente gestor verificador -.PHONY = all clean - -# compiler to use CC = gcc LINKERFLAG = -lm