Update Makefile.

This commit is contained in:
Érico Nogueira 2021-09-18 15:55:12 -03:00
parent 1377344e10
commit ff3cbb8471
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
OPT = -O2
CFLAGS = -Wall -Wextra $(OPT)
.PHONY: all
all: erm
erm: erm.c remove.c | erm.h
clean:
rm -f erm