Makefile: clear -> clean

This commit is contained in:
Robert Swiecki 2017-09-16 18:10:28 +02:00
parent d8ba88e86b
commit 4516cf06af

View File

@ -55,7 +55,7 @@ ifeq ($(NL3_EXISTS), yes)
endif endif
endif endif
.PHONY: all clear depend indent .PHONY: all clean depend indent
.c.o: %.c .c.o: %.c
$(CC) $(CFLAGS) $< -o $@ $(CC) $(CFLAGS) $< -o $@