From: Robert Swiecki Date: Sat, 16 Sep 2017 16:10:28 +0000 (+0200) Subject: Makefile: clear -> clean X-Git-Tag: 1.7~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4516cf06af63630cc75dfea5736ce79101d29706;p=platform%2Fupstream%2Fnsjail.git Makefile: clear -> clean --- diff --git a/Makefile b/Makefile index e0a305c..b295502 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ ifeq ($(NL3_EXISTS), yes) endif endif -.PHONY: all clear depend indent +.PHONY: all clean depend indent .c.o: %.c $(CC) $(CFLAGS) $< -o $@