blob: 36e64f8ed4146c091d7fff7a194c5ce5b9c134f3 [file] [log] [blame]
CFLAGS := -O2 -Wall
EXE := fsverity
all:$(EXE)
clean:
rm -f $(EXE)
.PHONY: all clean