makefile suppress builds directory

This commit is contained in:
Hugo LAMY
2022-01-28 15:16:08 +01:00
parent 836c02f3f5
commit d9142b9af6

View File

@@ -45,7 +45,7 @@ $(NAME): $(OBJS)
$(CC) $(OBJS) -o $(NAME) $(LIBS) $(CC) $(OBJS) -o $(NAME) $(LIBS)
clean: clean:
rm -f $(OBJS) rm -rf $(DIR_OBJS)
fclean: clean fclean: clean
rm -f $(NAME) rm -f $(NAME)