From 552ef5a60910e74844a29471fc285dde9df6e94f Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Sat, 21 Mar 2020 00:26:14 +0300 Subject: [magi] --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1162053..fab281c 100644 --- a/Makefile +++ b/Makefile @@ -55,11 +55,11 @@ EXAFLAGS = $(CFLAGS) -I$(INCLUDE) # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # Targets -.PHONY: default examples clean +.PHONY: all examples clean -default: $(BUILD)/$(SRCDIR) $(TARGET) +all: $(BUILD)/$(SRCDIR) $(TARGET) -examples: default $(BUILD)/$(EXADIR) $(EXAMPLES) +examples: all $(BUILD)/$(EXADIR) $(EXAMPLES) clean: rm -f $(TARGET) $(OBJ) $(EXAMPLES) $(DEPS) -- cgit v1.2.3