makefile update

This commit is contained in:
José Valdiviesso 2019-11-25 00:43:01 +00:00
parent e98a64ef82
commit 1913998edf
1 changed files with 1 additions and 6 deletions

View File

@ -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