ex02: fix and add test
This commit is contained in:
@ -4,7 +4,7 @@ SRCDIR := src
|
||||
OBJDIR := obj
|
||||
NAME := ex02
|
||||
|
||||
SRCS := $(wildcard $(SRCDIR)/*.tpp)
|
||||
SRCS := $(wildcard $(SRCDIR)/*.cpp)
|
||||
OBJS := $(patsubst $(SRCDIR)/%.cpp,$(OBJDIR)/%.o,$(SRCS))
|
||||
|
||||
all: $(NAME)
|
||||
@ -23,4 +23,4 @@ fclean: clean
|
||||
rm -fr $(NAME)
|
||||
|
||||
re: fclean
|
||||
@make --no-print-directory all
|
||||
@make --no-print-directory all
|
||||
|
Reference in New Issue
Block a user